Changeset 846 for trunk/src/gui/styles/qs60style.h
- 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/styles/qs60style.h
r769 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation (qt-info@nokia.com) … … 51 51 QT_MODULE(Gui) 52 52 53 #if !defined(QT_NO_STYLE_S60)54 55 53 //Public custom pixel metrics values. 56 54 //These can be used to fetch custom pixel metric value from outside QS60Style. … … 92 90 bool event(QEvent *e); 93 91 94 #ifndef Q_ WS_S6092 #ifndef Q_OS_SYMBIAN 95 93 static QStringList partKeys(); 96 94 static QStringList colorListKeys(); … … 99 97 bool loadS60ThemeFromBlob(const QString &blobFile); 100 98 bool saveS60ThemeToBlob(const QString &blobFile) const; 101 #endif // !Q_ WS_S6099 #endif // !Q_OS_SYMBIAN 102 100 103 101 protected Q_SLOTS: … … 114 112 }; 115 113 116 #endif // QT_NO_STYLE_S60117 118 114 QT_END_NAMESPACE 119 115
Note:
See TracChangeset
for help on using the changeset viewer.