From d033bef1ded739c056243e673a9e3fbb6c57ef24 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 17 May 2025 08:22:13 +0200 Subject: fix build on Linux & Apple --- qxt-mini/qxtglobalshortcut.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qxt-mini/qxtglobalshortcut.cpp') diff --git a/qxt-mini/qxtglobalshortcut.cpp b/qxt-mini/qxtglobalshortcut.cpp index dec11dc4..38c97ffd 100644 --- a/qxt-mini/qxtglobalshortcut.cpp +++ b/qxt-mini/qxtglobalshortcut.cpp @@ -40,7 +40,7 @@ # pragma GCC diagnostic ignored "-Wdeprecated-declarations" #endif -QHash, QxtGlobalShortcut*> QxtGlobalShortcutPrivate::shortcuts; +QMultiMap, QxtGlobalShortcut*> QxtGlobalShortcutPrivate::shortcuts; void QxtGlobalShortcutPrivate::event_filter_installer::ensure_event_filter() { -- cgit v1.2.3