summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxwindow.h
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2013-06-17 11:48:59 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-15 10:17:44 +0200
commitab20b499d898bd8cdf12a6a825835de51c63f3ad (patch)
tree9f4c6a0842c5d078d841e60781294a1e8def7ea0 /src/plugins/platforms/qnx/qqnxwindow.h
parent7dbe4df27bfd72507bba4af72ba1fb250cd03930 (diff)
QNX: Silenced propagateSizeHints warning
On QNX propagateSizeHints is ignored. Default base class implementation is overridden to silence warning. Change-Id: I6c2df5e1943fdc1170c772b9bb4feb091726790f Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com>
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxwindow.h')
-rw-r--r--src/plugins/platforms/qnx/qqnxwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/qnx/qqnxwindow.h b/src/plugins/platforms/qnx/qqnxwindow.h
index 63d5dc0979..e30a469be7 100644
--- a/src/plugins/platforms/qnx/qqnxwindow.h
+++ b/src/plugins/platforms/qnx/qqnxwindow.h
@@ -103,6 +103,8 @@ public:
void requestActivateWindow();
void setWindowState(Qt::WindowState state);
+ void propagateSizeHints();
+
void gainedFocus();
QQnxScreen *screen() const { return m_screen; }