From a1ffd1418f355ae927c9b7859cffcb6caa767306 Mon Sep 17 00:00:00 2001 From: Nate Graham Date: Thu, 3 Sep 2020 11:27:49 -0600 Subject: Make KWindowConfig::allConnectedScreens() static and internal It doesn't need to be public since it's just an internal convenience function. So let's make it static. BUG: 425953 --- src/gui/kwindowconfig.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/gui/kwindowconfig.h') diff --git a/src/gui/kwindowconfig.h b/src/gui/kwindowconfig.h index 3fda43c1..4bb56e12 100644 --- a/src/gui/kwindowconfig.h +++ b/src/gui/kwindowconfig.h @@ -82,12 +82,5 @@ KCONFIGGUI_EXPORT void saveWindowPosition(const QWindow *window, KConfigGroup &c * @since 5.74 */ KCONFIGGUI_EXPORT void restoreWindowPosition(QWindow *window, const KConfigGroup &config); - -/** - * Convenience function to get a space-separated list of all connected screens. - * - * @since 5.74 - */ -QString allConnectedScreens(); } #endif // KWINDOWCONFIG_H -- cgit v1.2.1