diff options
author | Albert Astals Cid <aacid@kde.org> | 2022-01-24 13:52:07 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2022-01-24 13:52:07 +0100 |
commit | 724966b63f48b8b8fa8891f82924328f3f73fad0 (patch) | |
tree | 91ffe2b6ebc0e611a67c79d4f72ef4a8ab235677 /src/gui | |
parent | 820dc0a553e50cc4560733d43fca2674a61d43b3 (diff) | |
download | kconfig-724966b63f48b8b8fa8891f82924328f3f73fad0.tar.gz kconfig-724966b63f48b8b8fa8891f82924328f3f73fad0.tar.bz2 |
Fix build on Windows
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/kstandardshortcutwatcher.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kstandardshortcutwatcher.h b/src/gui/kstandardshortcutwatcher.h index 64c6d3d4..b6584ccf 100644 --- a/src/gui/kstandardshortcutwatcher.h +++ b/src/gui/kstandardshortcutwatcher.h @@ -37,7 +37,7 @@ Q_SIGNALS: private: explicit StandardShortcutWatcher(QObject *parent = nullptr); - friend StandardShortcutWatcher *shortcutWatcher(); + friend KCONFIGGUI_EXPORT StandardShortcutWatcher *shortcutWatcher(); std::unique_ptr<StandardShortcutWatcherPrivate> d; }; |