forked from qt-creator/qt-creator
Debugger: More modernization
New connects, some auto. Change-Id: I768637aae9cbb0a62e9082e56141f212022d8220 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -68,12 +68,11 @@ public:
|
||||
void setKitId(Core::Id id);
|
||||
void setForceLocalCoreFile(bool on);
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void changed();
|
||||
void coreFileChanged(const QString &core);
|
||||
void selectRemoteCoreFile();
|
||||
|
||||
private:
|
||||
AttachCoreDialogPrivate *d;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user