DesktopQmakeRunConfiguration: Remove unused signals

Previously used to signal changes to the run configuration widget,
now handled by the aspects internally.

Change-Id: I10936610037c9df0469f3d6a66a8a3e8609b50a5
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
hjk
2018-04-13 15:33:03 +02:00
parent 9636de7cd4
commit e50b3c1412
2 changed files with 0 additions and 8 deletions

View File

@@ -112,8 +112,6 @@ void DesktopQmakeRunConfiguration::updateTargetInformation()
terminalAspect->setUseTerminal(bti.usesTerminal);
extraAspect<ExecutableAspect>()->setExecutable(bti.targetFilePath);
emit effectiveTargetInformationChanged();
}
//

View File

@@ -47,12 +47,6 @@ public:
void addToBaseEnvironment(Utils::Environment &env) const;
signals:
void baseWorkingDirectoryChanged(const QString&);
// Note: These signals might not get emitted for every change!
void effectiveTargetInformationChanged();
private:
bool fromMap(const QVariantMap &map) override;