Skip to content

Commit 6fffad6

Browse files
committed
new directory 'gui'
1 parent 0e71b95 commit 6fffad6

File tree

13 files changed

+16
-16
lines changed

13 files changed

+16
-16
lines changed

src/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ qt_add_executable(GreasePad
2626
commands.cpp
2727
constraints.cpp
2828
main.cpp
29-
mainwindow.cpp
30-
mainscene.cpp
31-
mainview.cpp
29+
gui/mainwindow.cpp
30+
gui/mainscene.cpp
31+
gui/mainview.cpp
32+
gui/qformattool.cpp
3233
matrix.cpp
3334
qconstraints.cpp
34-
qformattool.cpp
3535
qsegment.cpp
3636
qstroke.cpp
3737
quantiles.cpp

src/commands.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
#include "commands.h"
20-
#include "mainscene.h"
20+
#include "gui/mainscene.h"
2121
#include "state.h"
2222

2323
#include <QDebug>

src/greasepad.pro

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ contains(QMAKE_CC, gcc) {
2727

2828
SOURCES += \
2929
adjustment.cpp \
30+
commands.cpp \
3031
constraints.cpp \
32+
gui/mainwindow.cpp \
33+
gui/mainscene.cpp \
34+
gui/mainview.cpp \
35+
gui/qformattool.cpp \
3136
main.cpp \
32-
mainwindow.cpp \
33-
mainscene.cpp \
34-
mainview.cpp \
35-
commands.cpp \
3637
matrix.cpp \
3738
qconstraints.cpp \
38-
qformattool.cpp \
3939
qsegment.cpp \
4040
qstroke.cpp \
4141
quantiles.cpp \
@@ -59,14 +59,14 @@ HEADERS += \
5959
geometry/minrot.h \
6060
geometry/skew.h \
6161
global.h \
62+
gui/mainscene.h \
63+
gui/mainview.h \
64+
gui/mainwindow.h \
65+
gui/qformattool.h \
6266
kernel.h \
63-
mainwindow.h \
64-
mainscene.h \
65-
mainview.h \
6667
matfun.h \
6768
matrix.h \
6869
qconstraints.h \
69-
qformattool.h \
7070
qsegment.h \
7171
qstroke.h \
7272
quantiles.h \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)