summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/qnx/qqnxwindow.h
diff options
context:
space:
mode:
authorBernd Weimer <bweimer@blackberry.com>2014-01-15 11:09:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-01-17 10:23:55 +0100
commit9d4d18a3a80de7be94cea10a67826d9eef6ed20b (patch)
treebe65502444802a23b91497ec7e785bda64c12293 /src/plugins/platforms/qnx/qqnxwindow.h
parent8a9bd001c947e6888d37e99fc456339fd2b51b36 (diff)
QNX: Fixed window positioning
Child windows have to keep their relative position when the parent is moved. Change-Id: I7d24d67578c9aaa332136d18ad9b478b120e4696 Reviewed-by: Roger Maclean <rmaclean@qnx.com> Reviewed-by: Kevin Krammer <kevin.krammer@kdab.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'src/plugins/platforms/qnx/qqnxwindow.h')
-rw-r--r--src/plugins/platforms/qnx/qqnxwindow.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/platforms/qnx/qqnxwindow.h b/src/plugins/platforms/qnx/qqnxwindow.h
index 2f44202b4c..2120c07816 100644
--- a/src/plugins/platforms/qnx/qqnxwindow.h
+++ b/src/plugins/platforms/qnx/qqnxwindow.h
@@ -125,9 +125,8 @@ protected:
private:
void createWindowGroup();
- QRect setGeometryHelper(const QRect &rect);
+ void setGeometryHelper(const QRect &rect);
void removeFromParent();
- void setOffset(const QPoint &setOffset);
void updateVisibility(bool parentVisible);
void updateZorder(int &topZorder);
void updateZorder(screen_window_t window, int &zOrder);