Changeset 846 for trunk/src/gui/kernel/qeventdispatcher_mac_p.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/gui/kernel/qeventdispatcher_mac_p.h (modified) (5 diffs)
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/qeventdispatcher_mac_p.h
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]) … … 101 101 QPointer<QWidget> widget; 102 102 NSModalSession session; 103 103 104 } QCocoaModalSessionInfo; 104 105 #endif … … 175 176 static bool currentExecIsNSAppRun; 176 177 static bool nsAppRunCalledByQt; 178 177 179 static NSModalSession currentModalSessionCached; 180 178 181 static void updateChildrenWorksWhenModal(); 179 static NSModalSession currentModalSession();180 static int activeModalSessionCount();181 182 static void temporarilyStopAllModalSessions(); 182 183 static void beginModalSession(QWidget *widget); 183 184 static void endModalSession(QWidget *widget); 185 186 187 184 188 #endif 185 189 … … 191 195 QAtomicInt serialNumber; 192 196 int lastSerial; 193 bool interrupt;197 bool interrupt; 194 198 private: 195 199 static Boolean postedEventSourceEqualCallback(const void *info1, const void *info2); … … 212 216 public: 213 217 static void interruptLater(); 218 214 219 }; 215 220 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
