naming changes

This commit is contained in:
Sonaion
2019-11-21 13:34:04 +01:00
parent 9f318217a8
commit 111d4a8826
7 changed files with 74 additions and 74 deletions

View File

@@ -16,13 +16,13 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
main.cpp \
mainwindow.cpp \
scribblearea.cpp
IntelliPhotoGui.cpp \
PaintingArea.cpp \
main.cpp
HEADERS += \
mainwindow.h \
scribblearea.h
IntelliPhotoGui.h \
PaintingArea.h
FORMS += \
widget.ui