diff options
author | Eskil Abrahamsen Blomfeldt <eblomfel@trolltech.com> | 2009-06-02 13:25:04 (GMT) |
---|---|---|
committer | Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com> | 2010-01-14 12:47:13 (GMT) |
commit | c46759628b95e388eb4c5bd8c87347a0f2ea0ad6 (patch) | |
tree | 88e57dc15aec77e8fb9b00f03500feb6ed409fec /src | |
parent | c74c00b3a006491c4e7140fd7c5c2553d8abf45d (diff) | |
download | Qt-c46759628b95e388eb4c5bd8c87347a0f2ea0ad6.zip Qt-c46759628b95e388eb4c5bd8c87347a0f2ea0ad6.tar.gz Qt-c46759628b95e388eb4c5bd8c87347a0f2ea0ad6.tar.bz2 |
Remove ambiguous overload for QStaticText() constructor
The QStaticText(QString) constructor has been replaced by a constructor
with defaults for the additional arguments
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/text/qstatictext.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/text/qstatictext.h b/src/gui/text/qstatictext.h index a666a7e..a25bef8 100644 --- a/src/gui/text/qstatictext.h +++ b/src/gui/text/qstatictext.h @@ -57,7 +57,6 @@ class Q_GUI_EXPORT QStaticText Q_DECLARE_PRIVATE(QStaticText); public: QStaticText(); - QStaticText(const QString &text); QStaticText(const QString &text, const QFont &font = QFont(), const QSizeF &maximumSize = QSizeF()); ~QStaticText(); |