aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/notifier/NotifierWindow.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2023-10-04 22:50:00 +0200
committerGravatar ctrlaltca2023-10-18 10:26:35 +0200
commitb62b83e7772e9fba12fd6eadb6c1e70924ccf173 (patch)
tree768534de16817dadabf5f9a9f8005558f9201a9d /src/modules/notifier/NotifierWindow.cpp
parentMake shortcuts compatible with qt6; remove unused KviShortcut constructor sin... (diff)
downloadKVIrc-b62b83e7772e9fba12fd6eadb6c1e70924ccf173.tar.gz
KVIrc-b62b83e7772e9fba12fd6eadb6c1e70924ccf173.tar.bz2
KVIrc-b62b83e7772e9fba12fd6eadb6c1e70924ccf173.zip
Misc Qt6 port for slightly changed class names and method signatures
Diffstat (limited to 'src/modules/notifier/NotifierWindow.cpp')
-rw-r--r--src/modules/notifier/NotifierWindow.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/notifier/NotifierWindow.cpp b/src/modules/notifier/NotifierWindow.cpp
index b40d5d4a5..18a978fee 100644
--- a/src/modules/notifier/NotifierWindow.cpp
+++ b/src/modules/notifier/NotifierWindow.cpp
@@ -880,7 +880,11 @@ void NotifierWindow::setCursor(int iCur)
}
}
+#if QT_VERSION < QT_VERSION_CHECK(6, 0, 0)
void NotifierWindow::enterEvent(QEvent *)
+#else
+void NotifierWindow::enterEvent(QEnterEvent *)
+#endif
{
if(!m_pShowHideTimer)
{