mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 19:36:11 +00:00
Rename file according to class name
This commit is contained in:
parent
a562d5b0b6
commit
23c92ac77c
@ -35,7 +35,6 @@ SOURCES += \
|
||||
qrcore.cpp \
|
||||
createnewdialog.cpp \
|
||||
hexascii_highlighter.cpp \
|
||||
webserverthread.cpp \
|
||||
widgets/pieview.cpp \
|
||||
widgets/sectionswidget.cpp \
|
||||
widgets/codegraphic.cpp \
|
||||
@ -62,7 +61,8 @@ SOURCES += \
|
||||
dialogs/xrefsdialog.cpp \
|
||||
hexhighlighter.cpp \
|
||||
widgets/sectionsdock.cpp \
|
||||
widgets/consolewidget.cpp
|
||||
widgets/consolewidget.cpp \
|
||||
radarewebserver.cpp
|
||||
|
||||
HEADERS += \
|
||||
mainwindow.h \
|
||||
@ -72,7 +72,6 @@ HEADERS += \
|
||||
qrcore.h \
|
||||
createnewdialog.h \
|
||||
hexascii_highlighter.h \
|
||||
webserverthread.h \
|
||||
widgets/pieview.h \
|
||||
widgets/sectionswidget.h \
|
||||
widgets/codegraphic.h \
|
||||
@ -100,7 +99,8 @@ HEADERS += \
|
||||
hexhighlighter.h \
|
||||
widgets/sectionsdock.h \
|
||||
widgets/dockwidget.h \
|
||||
widgets/consolewidget.h
|
||||
widgets/consolewidget.h \
|
||||
radarewebserver.h
|
||||
|
||||
FORMS += \
|
||||
mainwindow.ui \
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef MAINWINDOW_H
|
||||
#define MAINWINDOW_H
|
||||
|
||||
#include "webserverthread.h"
|
||||
#include "radarewebserver.h"
|
||||
#include "qrcore.h" // only needed for ut64
|
||||
|
||||
#include <QMainWindow>
|
||||
|
@ -1,4 +1,4 @@
|
||||
#include "webserverthread.h"
|
||||
#include "radarewebserver.h"
|
||||
#include "qrcore.h"
|
||||
#include <cassert>
|
||||
|
Loading…
Reference in New Issue
Block a user