forked from qt-creator/qt-creator
Debugger: Convert some connects to Qt 5 style
Change-Id: Id0b374b4b0bd3d14fb73fae28269778db5ae3dc7 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -62,20 +62,19 @@ public:
|
||||
ProjectExplorer::DeviceProcessItem currentProcess() const;
|
||||
bool hideOnAttach() const;
|
||||
bool continueOnAttach() const;
|
||||
|
||||
public slots:
|
||||
void selectExecutable();
|
||||
void startWatching();
|
||||
|
||||
signals:
|
||||
void processFound();
|
||||
|
||||
private:
|
||||
void selectExecutable();
|
||||
void pidFound(const ProjectExplorer::DeviceProcessItem &p);
|
||||
void startStopWatching(bool start);
|
||||
void findProcess();
|
||||
void stopAndCheckExecutable();
|
||||
void kitChanged();
|
||||
|
||||
signals:
|
||||
void processFound();
|
||||
|
||||
private:
|
||||
enum UnstartedAppWacherState
|
||||
{
|
||||
InvalidWacherState,
|
||||
|
||||
Reference in New Issue
Block a user