aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/remotelinuxrunconfiguration.h
diff options
context:
space:
mode:
authorDaniel Teske <daniel.teske@digia.com>2014-01-16 12:26:14 +0100
committerDaniel Teske <daniel.teske@digia.com>2014-01-16 13:05:30 +0100
commit4d3a26beeada8fdaebcf9066f115f369c5c0f5ce (patch)
treeea85fe2d2fee391b43e77da93d2e21c595b45adf /src/plugins/remotelinux/remotelinuxrunconfiguration.h
parentefe6e4668af95159e4808701f2ee42f7cbb8c323 (diff)
RemoteLinuxRunconfiguration: Remove disabledReason()/setDisabledReason()
setDisabledReason() is never called so disabledReason() always returns QString(). The base class implementation can handle that job, too. Change-Id: I9f3f7cad2e8abc39f0d5001fa44506d81fe47e44 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxrunconfiguration.h')
-rw-r--r--src/plugins/remotelinux/remotelinuxrunconfiguration.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/remotelinuxrunconfiguration.h b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
index 35976137f2..7aaa83c68e 100644
--- a/src/plugins/remotelinux/remotelinuxrunconfiguration.h
+++ b/src/plugins/remotelinux/remotelinuxrunconfiguration.h
@@ -63,7 +63,6 @@ public:
~RemoteLinuxRunConfiguration();
bool isEnabled() const;
- QString disabledReason() const;
QWidget *createConfigurationWidget();
Utils::OutputFormatter *createOutputFormatter() const;
@@ -98,7 +97,6 @@ protected:
RemoteLinuxRunConfiguration *source);
bool fromMap(const QVariantMap &map);
QString defaultDisplayName();
- void setDisabledReason(const QString &reason) const;
protected slots:
void updateEnabledState() { emit enabledChanged(); }