forked from qt-creator/qt-creator
Debugger: De-slot
Most Qt4 connects are gone. Change-Id: Ie74cfb11fc4b4c531f9e22c95a4d18336e1c29e8 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
fc59423f2f
commit
7d31cb0e18
@@ -62,7 +62,7 @@ public:
|
||||
static SourcePathMap mergePlatformQtPath(const DebuggerRunParameters &sp,
|
||||
const SourcePathMap &in);
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void slotAdd();
|
||||
void slotAddQt();
|
||||
void slotRemove();
|
||||
@@ -70,7 +70,6 @@ private slots:
|
||||
void slotEditSourceFieldChanged();
|
||||
void slotEditTargetFieldChanged();
|
||||
|
||||
private:
|
||||
void resizeColumns();
|
||||
void updateEnabled();
|
||||
QString editSourceField() const;
|
||||
|
||||
Reference in New Issue
Block a user