Changeset 846 for trunk/src/gui/egl/qeglproperties_stub.cpp
- 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/egl/qeglproperties_stub.cpp
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) … … 44 44 45 45 #include "qeglproperties_p.h" 46 #include "qeglcontext_p.h" 46 47 47 48 QT_BEGIN_NAMESPACE … … 91 92 } 92 93 94 void QEglProperties::setDeviceType(int devType) 95 { 96 Q_UNUSED(devType) 97 NOEGL 98 } 99 100 93 101 // Sets the red, green, blue, and alpha sizes based on a pixel format. 94 102 // Normally used to match a configuration request to the screen format. … … 116 124 } 117 125 126 static void addTag(QString& str, const QString& tag) 127 { 128 Q_UNUSED(str) 129 Q_UNUSED(tag) 130 NOEGL 131 } 132 118 133 // Convert a property list to a string suitable for debug output. 119 134 QString QEglProperties::toString() const … … 129 144 } 130 145 131 void QEglProperties::dumpAllConfigs()132 {133 NOEGL134 }135 136 146 QT_END_NAMESPACE 137 147
Note:
See TracChangeset
for help on using the changeset viewer.