Changeset 846 for trunk/src/gui/widgets/qlineedit.h
- Timestamp:
- May 5, 2011, 5:36:53 AM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/gui/widgets/qlineedit.h (modified) (3 diffs)
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/widgets/qlineedit.h
r651 r846 1 1 /**************************************************************************** 2 2 ** 3 ** Copyright (C) 201 0Nokia Corporation and/or its subsidiary(-ies).3 ** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies). 4 4 ** All rights reserved. 5 5 ** Contact: Nokia Corporation ([email protected]) … … 84 84 Q_PROPERTY(bool redoAvailable READ isRedoAvailable) 85 85 Q_PROPERTY(bool acceptableInput READ hasAcceptableInput) 86 // ### Qt 4.7: remove this #if guard87 #if (QT_VERSION >= 0x407000) || defined(Q_WS_MAEMO_5)88 86 Q_PROPERTY(QString placeholderText READ placeholderText WRITE setPlaceholderText) 89 #endif90 87 91 88 public: … … 103 100 QString displayText() const; 104 101 105 // ### Qt 4.7: remove this #if guard106 #if (QT_VERSION >= 0x407000) || defined(Q_WS_MAEMO_5)107 102 QString placeholderText() const; 108 103 void setPlaceholderText(const QString &); 109 #endif110 104 111 105 int maxLength() const;
Note:
See TracChangeset
for help on using the changeset viewer.
