Changeset 846 for trunk/src/gui/kernel/qx11embed_x11.cpp
- Timestamp:
- May 5, 2011, 5:36:53 AM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.7.2 (added) merged: 845 /branches/vendor/nokia/qt/current merged: 844 /branches/vendor/nokia/qt/4.6.3 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qx11embed_x11.cpp
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 48 48 #include <qstyle.h> 49 49 #include <qstyleoption.h> 50 #include <q datetime.h>50 #include <q.h> 51 51 #include <qpointer.h> 52 52 #include <qdebug.h> … … 1071 1071 d->focusProxy->setAttribute(Qt::WA_NativeWindow); 1072 1072 d->focusProxy->setAttribute(Qt::WA_DontCreateNativeAncestors); 1073 1073 1074 d->focusProxy->setGeometry(-1, -1, 1, 1); 1074 1075 … … 1136 1137 /*! \internal 1137 1138 1138 Returns w ether or not the windows' embedded flag is set.1139 Returns wether or not the windows' embedded flag is set. 1139 1140 */ 1140 1141 bool QX11EmbedContainerPrivate::isEmbedded() const … … 1232 1233 preemptively workaround buggy window managers. 1233 1234 */ 1234 Q Timet;1235 Q t; 1235 1236 t.start(); 1236 1237
Note:
See TracChangeset
for help on using the changeset viewer.