summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxwindow.h
diff options
context:
space:
mode:
authorFabian Bumberger <fbumberger@rim.com>2014-01-18 18:38:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-29 00:18:15 +0100
commitfc24452fbf24205657179f990dfbfdcd2cfc3fd9 (patch)
tree07347291d44ff8cdda97d76cb00bc46676f4b2fc /src/plugins/platforms/qnx/qqnxwindow.h
parentb7396dc39f0ed693698039910a94d7dda3f8d92a (diff)
[QNX] Implement the requestActivate function
This allows manually transferring focus from one window to another, if the application has focus. Change-Id: If73ddca6ffbb735eaf4ee9fd322d978f9366fb4c Reviewed-by: Rafael Roquetto <rafael.roquetto@kdab.com>
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxwindow.h')
-rw-r--r--src/plugins/platforms/qnx/qqnxwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/platforms/qnx/qqnxwindow.h b/src/plugins/platforms/qnx/qqnxwindow.h
index 750ce763d2..288ce66087 100644
--- a/src/plugins/platforms/qnx/qqnxwindow.h
+++ b/src/plugins/platforms/qnx/qqnxwindow.h
@@ -130,6 +130,7 @@ private:
void updateZorder(int &topZorder);
void updateZorder(screen_window_t window, int &zOrder);
void applyWindowState();
+ void setFocus(screen_window_t newFocusWindow);
screen_window_t m_window;
QSize m_bufferSize;