forked from qt-creator/qt-creator
Valgrind: Remove unneeded 'slot' markup in CallgrindRunner
Change-Id: I1f4b6855cc3fc3a418e26f4900c3fd439cfa6f36 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user