summary refs log tree commit diff
path: root/src/TrayIcon.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-12-28 20:09:08 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-12-28 20:09:08 +0100
commit5ca98829f7c5bf504e78bd51e6ceb534c023ae05 (patch)
tree2e624400f17b2b8220431a500e4ffc9f3671e4a7 /src/TrayIcon.cpp
parentMisc clang-tidy fixes (diff)
downloadnheko-5ca98829f7c5bf504e78bd51e6ceb534c023ae05.tar.xz
Some qt6 prep
Diffstat (limited to 'src/TrayIcon.cpp')
-rw-r--r--src/TrayIcon.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/TrayIcon.cpp b/src/TrayIcon.cpp

index 98a1d242..701f1249 100644 --- a/src/TrayIcon.cpp +++ b/src/TrayIcon.cpp
@@ -69,7 +69,10 @@ MsgCountComposedIcon::clone() const } QList<QSize> -MsgCountComposedIcon::availableSizes(QIcon::Mode mode, QIcon::State state) const +MsgCountComposedIcon::availableSizes(QIcon::Mode mode, QIcon::State state) +#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0) + const +#endif { Q_UNUSED(mode); Q_UNUSED(state);