aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2022-01-24 13:52:07 +0100
committerAlbert Astals Cid <aacid@kde.org>2022-01-24 13:52:07 +0100
commit724966b63f48b8b8fa8891f82924328f3f73fad0 (patch)
tree91ffe2b6ebc0e611a67c79d4f72ef4a8ab235677 /src
parent820dc0a553e50cc4560733d43fca2674a61d43b3 (diff)
downloadkconfig-724966b63f48b8b8fa8891f82924328f3f73fad0.tar.gz
kconfig-724966b63f48b8b8fa8891f82924328f3f73fad0.tar.bz2
Fix build on Windows
Diffstat (limited to 'src')
-rw-r--r--src/gui/kstandardshortcutwatcher.h2
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;
};