Valgrind: Remove unneeded 'slot' markup in CallgrindRunner

Change-Id: I1f4b6855cc3fc3a418e26f4900c3fd439cfa6f36
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2016-02-02 15:50:41 +01:00
parent 9be9fcc7fc
commit e7132f6714

View File

@@ -53,21 +53,16 @@ public:
signals:
void statusMessage(const QString &message);
private slots:
void localParseDataAvailable(const QString &file);
void controllerFinished(Valgrind::Callgrind::CallgrindController::Option);
void processFinished(int, QProcess::ExitStatus);
private:
void triggerParse();
void processFinished(int, QProcess::ExitStatus);
QString tool() const;
void localParseDataAvailable(const QString &file);
void controllerFinished(Valgrind::Callgrind::CallgrindController::Option);
void triggerParse();
CallgrindController *m_controller;
Parser *m_parser;
bool m_paused;
};