From 724966b63f48b8b8fa8891f82924328f3f73fad0 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Mon, 24 Jan 2022 13:52:07 +0100 Subject: Fix build on Windows --- src/gui/kstandardshortcutwatcher.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d; }; -- cgit v1.2.1