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/widgets/qlineedit.h

    r651 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)
     
    8484    Q_PROPERTY(bool redoAvailable READ isRedoAvailable)
    8585    Q_PROPERTY(bool acceptableInput READ hasAcceptableInput)
    86 // ### Qt 4.7: remove this #if guard
    87 #if (QT_VERSION >= 0x407000) || defined(Q_WS_MAEMO_5)
    8886    Q_PROPERTY(QString placeholderText READ placeholderText WRITE setPlaceholderText)
    89 #endif
    9087
    9188public:
     
    103100    QString displayText() const;
    104101
    105 // ### Qt 4.7: remove this #if guard
    106 #if (QT_VERSION >= 0x407000) || defined(Q_WS_MAEMO_5)
    107102    QString placeholderText() const;
    108103    void setPlaceholderText(const QString &);
    109 #endif
    110104
    111105    int maxLength() const;
Note: See TracChangeset for help on using the changeset viewer.