forked from qt-creator/qt-creator
VCS: Un-data functions that accept QString
Change-Id: Iffa82f4ab06162ab57e77301e77fb37ed7230bd5 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
706d0a821e
commit
6b8c93637b
@@ -87,13 +87,9 @@ public slots:
|
||||
|
||||
// Append text and pop up.
|
||||
void append(const QString &text);
|
||||
// Append data using the Locale's converter and pop up.
|
||||
void appendData(const QByteArray &data);
|
||||
|
||||
// Silently append text, do not pop up.
|
||||
void appendSilently(const QString &text);
|
||||
// Silently append data using the Locale's converter, do not pop up.
|
||||
void appendDataSilently(const QByteArray &data);
|
||||
|
||||
// Append red error text and pop up.
|
||||
void appendError(const QString &text);
|
||||
|
||||
Reference in New Issue
Block a user