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
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
void expressionEvaluated(quint32 queryId, const QVariant &result);
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void disconnected();
|
||||
void errorMessageBoxFinished(int result);
|
||||
void updateCurrentContext();
|
||||
@@ -67,7 +67,6 @@ private slots:
|
||||
void appStartupFailed(const QString &errorMessage);
|
||||
void appendMessage(const QString &msg, Utils::OutputFormat);
|
||||
|
||||
private:
|
||||
void notifyEngineRemoteServerRunning(const QString &, int pid) override;
|
||||
void notifyEngineRemoteSetupFinished(const RemoteSetupResult &result) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user