Extract TooltipWidget updating into a separate class

This commit is contained in:
rexim
2019-06-12 01:03:04 +07:00
parent 3f4d3ce14a
commit 3838157d82
5 changed files with 56 additions and 16 deletions
+2
View File
@@ -139,6 +139,7 @@ SOURCES += \
src/singletons/Toasts.cpp \
src/singletons/Updates.cpp \
src/singletons/WindowManager.cpp \
src/singletons/TooltipPreviewImage.cpp \
src/util/DebugCount.cpp \
src/util/FormatTime.cpp \
src/util/IncognitoBrowser.cpp \
@@ -301,6 +302,7 @@ HEADERS += \
src/providers/twitch/TwitchServer.hpp \
src/providers/twitch/TwitchUser.hpp \
src/RunGui.hpp \
src/singletons/TooltipPreviewImage.hpp \
src/singletons/Badges.hpp \
src/singletons/Emotes.hpp \
src/singletons/helper/GifTimer.hpp \