Utilize templates for Settings class
Use boost2::signals for the valueChanged signal (a LOT less messy to
deal with than qt signals)
Remove unused settings classes (BoolSetting, FloatSetting, IntSetting,
StringSetting)
What's left: Implement the remaining signals
This commit is contained in:
@@ -108,10 +108,6 @@ HEADERS += account.h \
|
||||
widgets/signallabel.h \
|
||||
widgets/textinputdialog.h \
|
||||
windows.h \
|
||||
settings/boolsetting.h \
|
||||
settings/stringsetting.h \
|
||||
settings/intsetting.h \
|
||||
settings/floatsetting.h \
|
||||
widgets/resizingtextedit.h
|
||||
|
||||
PRECOMPILED_HEADER =
|
||||
|
||||
Reference in New Issue
Block a user