Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/styles/qs60style.h

    r769 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation (qt-info@nokia.com)
     
    5151QT_MODULE(Gui)
    5252
    53 #if !defined(QT_NO_STYLE_S60)
    54 
    5553//Public custom pixel metrics values.
    5654//These can be used to fetch custom pixel metric value from outside QS60Style.
     
    9290    bool event(QEvent *e);
    9391
    94 #ifndef Q_WS_S60
     92#ifndef Q_OS_SYMBIAN
    9593    static QStringList partKeys();
    9694    static QStringList colorListKeys();
     
    9997    bool loadS60ThemeFromBlob(const QString &blobFile);
    10098    bool saveS60ThemeToBlob(const QString &blobFile) const;
    101 #endif // !Q_WS_S60
     99#endif // !Q_OS_SYMBIAN
    102100
    103101protected Q_SLOTS:
     
    114112};
    115113
    116 #endif // QT_NO_STYLE_S60
    117 
    118114QT_END_NAMESPACE
    119115
Note: See TracChangeset for help on using the changeset viewer.