Preferences Dialog

This commit is contained in:
2018-11-24 22:45:04 +01:00
parent 5d55ee6dc4
commit 6defbf5e83
20 changed files with 487 additions and 84 deletions
+6 -3
View File
@@ -48,7 +48,8 @@ SOURCES += main.cpp\
cseriedetails.cpp \
ctheaudiodbv1.cpp \
cartist.cpp \
csplashscreen.cpp
csplashscreen.cpp \
cpreferences.cpp
HEADERS += cmainwindow.h \
cserie.h \
@@ -86,7 +87,8 @@ HEADERS += cmainwindow.h \
cseriedetails.h \
ctheaudiodbv1.h \
cartist.h \
csplashscreen.h
csplashscreen.h \
cpreferences.h
FORMS += cmainwindow.ui \
csearch.ui \
@@ -101,7 +103,8 @@ FORMS += cmainwindow.ui \
cdiscover.ui \
cmoviediscover.ui \
cmoviedetails.ui \
cseriedetails.ui
cseriedetails.ui \
cpreferences.ui
DISTFILES += \
Doxyfile \