Ignore:
Timestamp:
Apr 2, 2006, 12:41:47 AM (19 years ago)
Author:
dmik
Message:

Implemented the OS/2 version of the QSessionManager class (see ticket:15 for more details); QT_NO_SESSIONMANAGER is no more defined by default.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel/qapplication.cpp

    r8 r77  
    43954395 *****************************************************************************/
    43964396#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 )
    43984398
    43994399class QSessionManagerData
     
    44524452#endif
    44534453
    4454 #if !defined(Q_WS_WIN)
     4454#if !defined(Q_WS_WIN) && !defined(Q_WS_PM)
    44554455bool QSessionManager::allowsInteraction()
    44564456{
Note: See TracChangeset for help on using the changeset viewer.