Massage includes some more (#4294)

* Add `<functional>` include to QStringHash.hpp

This ensures the base `std::hash` template is declared before this
specialization

* Add missing includes to `src/providers/twitch/TwitchAccountManager.hpp`

* Move explicit HelixChatters constructor to the source file

* Remove unused includes & add used includes to NicknamesModel.hpp

* NicknamesModel.hpp: Remove `virtual` when `override` is used

* Add missing QStringHash include to TwitchEmotes.cpp

* Add missing includes to various files

* Print Qt version in cmake step

Technically unrelated, but I'm sneaking it in

* Add changelog entry
This commit is contained in:
pajlada
2023-01-08 13:07:06 +01:00
committed by GitHub
parent c0f0a7e555
commit 18cb4bd6e5
18 changed files with 43 additions and 22 deletions
+2
View File
@@ -64,6 +64,8 @@ find_package(Qt${MAJOR_QT_VERSION} REQUIRED
Concurrent
)
message(STATUS "Qt version: ${Qt${MAJOR_QT_VERSION}_VERSION}")
if (WIN32)
find_package(WinToast REQUIRED)
endif ()