added qt version number to about tab

This commit is contained in:
fourtf
2018-08-09 06:22:55 +02:00
parent 94813fe3df
commit e1f180ac28
12 changed files with 57 additions and 11 deletions
+4 -2
View File
@@ -250,7 +250,8 @@ SOURCES += \
src/util/FormatTime.cpp \
src/util/FunctionEventFilter.cpp \
src/widgets/helper/EffectLabel.cpp \
src/widgets/helper/Button.cpp
src/widgets/helper/Button.cpp \
src/messages/MessageContainer.cpp
HEADERS += \
src/Application.hpp \
@@ -449,7 +450,8 @@ HEADERS += \
src/util/FunctionEventFilter.hpp \
src/widgets/helper/EffectLabel.hpp \
src/util/LayoutHelper.hpp \
src/widgets/helper/Button.hpp
src/widgets/helper/Button.hpp \
src/messages/MessageContainer.hpp
RESOURCES += \
resources/resources.qrc \