fixed and optimized the autocompletion

This commit is contained in:
fourtf
2018-08-13 13:54:39 +02:00
parent f1fbd7ee5c
commit f6e110b7fb
12 changed files with 362 additions and 164 deletions
+4 -2
View File
@@ -250,7 +250,8 @@ SOURCES += \
src/widgets/helper/EffectLabel.cpp \
src/widgets/helper/Button.cpp \
src/messages/MessageContainer.cpp \
src/debug/Benchmark.cpp
src/debug/Benchmark.cpp \
src/common/UsernameSet.cpp
HEADERS += \
src/Application.hpp \
@@ -445,7 +446,8 @@ HEADERS += \
src/widgets/helper/EffectLabel.hpp \
src/util/LayoutHelper.hpp \
src/widgets/helper/Button.hpp \
src/messages/MessageContainer.hpp
src/messages/MessageContainer.hpp \
src/common/UsernameSet.hpp
RESOURCES += \
resources/resources.qrc \