summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qwindow.h')
-rw-r--r--src/gui/kernel/qwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/kernel/qwindow.h b/src/gui/kernel/qwindow.h
index be0ca99b8b..0d886f8cdc 100644
--- a/src/gui/kernel/qwindow.h
+++ b/src/gui/kernel/qwindow.h
@@ -262,6 +262,8 @@ Q_SIGNALS:
void visibleChanged(bool arg);
void contentOrientationChanged(Qt::ScreenOrientation orientation);
+ void focusObjectChanged(QObject *object);
+
private Q_SLOTS:
void screenDestroyed(QObject *screen);