Changeset 77 for trunk/src/kernel/qapplication.cpp
- Timestamp:
- Apr 2, 2006, 12:41:47 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel/qapplication.cpp
r8 r77 4395 4395 *****************************************************************************/ 4396 4396 #ifndef QT_NO_SESSIONMANAGER 4397 #if defined( QT_NO_SM_SUPPORT ) || defined( Q_WS_WIN ) || defined( Q_WS_MAC ) || defined( Q_WS_QWS ) 4397 #if defined( QT_NO_SM_SUPPORT ) || defined( Q_WS_WIN ) || defined( Q_WS_MAC ) || defined( Q_WS_QWS ) || defined( Q_WS_PM ) 4398 4398 4399 4399 class QSessionManagerData … … 4452 4452 #endif 4453 4453 4454 #if !defined(Q_WS_WIN) 4454 #if !defined(Q_WS_WIN) && !defined(Q_WS_PM) 4455 4455 bool QSessionManager::allowsInteraction() 4456 4456 {
Note:
See TracChangeset
for help on using the changeset viewer.