mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 02:42:55 +00:00
removed obsolete function QUuid::operator QString()
upstream commits:
b0cf81684d
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
f2f58824a1
commit
c076cd7612
2 changed files with 0 additions and 9 deletions
|
@ -439,14 +439,6 @@ QUuid QUuid::fromRfc4122(const QByteArray &bytes)
|
|||
otherwise returns false.
|
||||
*/
|
||||
#ifndef QT_NO_QUUID_STRING
|
||||
/*!
|
||||
\fn QUuid::operator QString() const
|
||||
|
||||
Returns the string representation of the uuid.
|
||||
|
||||
\sa toString()
|
||||
*/
|
||||
|
||||
/*!
|
||||
Returns the string representation of this QUuid. The string is
|
||||
formatted as five hex fields separated by '-' and enclosed in
|
||||
|
|
|
@ -107,7 +107,6 @@ struct Q_CORE_EXPORT QUuid
|
|||
QUuid(const QString &);
|
||||
QUuid(const char *);
|
||||
QString toString() const;
|
||||
operator QString() const { return toString(); } // ### Qt5 remove
|
||||
QUuid(const QByteArray &);
|
||||
QByteArray toByteArray() const;
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue