OTHER: Moved some files around
Moved some files that belong to mainwindow into the appropriate subdir and changed them to lowercase. Changed the includes accordingly
This commit is contained in:
parent
63def9b10b
commit
6cf0ad2614
12 changed files with 20 additions and 20 deletions
|
@ -4,8 +4,11 @@ HEADERS += clutterbar.h \
|
|||
playstatus.h \
|
||||
posbar.h \
|
||||
shadeddisplay.h \
|
||||
skindisplay.h \
|
||||
stereomono.h \
|
||||
timedisplay.h
|
||||
textbar.h \
|
||||
timedisplay.h \
|
||||
titlebar.h
|
||||
|
||||
SOURCES += clutterbar.cpp \
|
||||
mainwindow.cpp \
|
||||
|
@ -13,8 +16,11 @@ SOURCES += clutterbar.cpp \
|
|||
playstatus.cpp \
|
||||
posbar.cpp \
|
||||
shadeddisplay.cpp \
|
||||
skindisplay.cpp \
|
||||
stereomono.cpp \
|
||||
timedisplay.cpp
|
||||
textbar.cpp \
|
||||
timedisplay.cpp \
|
||||
titlebar.cpp
|
||||
|
||||
INCLUDEPATH += $$PWD
|
||||
DEPENDPATH += $$PWD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue