From be6a71b29c2d6837f5efbabbada459d1b1abbae9 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 30 Jun 2020 15:52:51 +0200 Subject: fix warnings --- qxt-mini/qxtglobalshortcut.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qxt-mini') diff --git a/qxt-mini/qxtglobalshortcut.cpp b/qxt-mini/qxtglobalshortcut.cpp index 3cb0a93e..52758f71 100644 --- a/qxt-mini/qxtglobalshortcut.cpp +++ b/qxt-mini/qxtglobalshortcut.cpp @@ -36,6 +36,10 @@ #include #include +#ifdef __GNUG__ +# pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#endif + QHash, QxtGlobalShortcut*> QxtGlobalShortcutPrivate::shortcuts; void QxtGlobalShortcutPrivate::event_filter_installer::ensure_event_filter() -- cgit v1.2.3