forked from qt-creator/qt-creator
Valgrind: De-slot
Change-Id: Id72d2463201107ae53d8be3d0f3ac30ec88530a4 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
b7cd7ca66c
commit
485fa9c888
@@ -58,11 +58,9 @@ public:
|
||||
~Parser();
|
||||
|
||||
QString errorString() const;
|
||||
|
||||
public Q_SLOTS:
|
||||
void parse(QIODevice *stream);
|
||||
|
||||
Q_SIGNALS:
|
||||
signals:
|
||||
void status(const Valgrind::XmlProtocol::Status &status);
|
||||
void error(const Valgrind::XmlProtocol::Error &error);
|
||||
void internalError(const QString &errorString);
|
||||
|
||||
@@ -67,8 +67,6 @@ public:
|
||||
int columnCount(const QModelIndex &parent = QModelIndex()) const;
|
||||
|
||||
void clear();
|
||||
|
||||
public Q_SLOTS:
|
||||
void setError(const Valgrind::XmlProtocol::Error &error);
|
||||
|
||||
private:
|
||||
|
||||
@@ -56,14 +56,13 @@ public:
|
||||
bool waitForFinished();
|
||||
bool isRunning() const;
|
||||
|
||||
public Q_SLOTS:
|
||||
///@warning will move @p stream to a different thread and take ownership of it
|
||||
void parse(QIODevice *stream);
|
||||
|
||||
private Q_SLOTS:
|
||||
private:
|
||||
void slotInternalError(const QString &errorString);
|
||||
|
||||
Q_SIGNALS:
|
||||
signals:
|
||||
void status(const Valgrind::XmlProtocol::Status &status);
|
||||
void error(const Valgrind::XmlProtocol::Error &error);
|
||||
void internalError(const QString &errorString);
|
||||
|
||||
Reference in New Issue
Block a user