diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2016-01-29 12:28:31 +0100 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2016-01-29 12:34:19 +0000 |
commit | 66bdd60947b946b8aa30141e3871f33226f0cc37 (patch) | |
tree | f4260cdb3a8a2f0404f0a03903707f0c8d1b1525 /src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp | |
parent | 221b03a16240cc5923eec1f1a4e2657a481f1839 (diff) | |
download | qt-creator-66bdd60947b946b8aa30141e3871f33226f0cc37.tar.gz |
ProjectExplorer: Sprinkle overrides over the code
Sprinkle overrides over code derived from classes in ProjectExplorer
Change-Id: Ia4cc25649f7dc00b0ea126d8176a59afbc5ed574
Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp')
-rw-r--r-- | src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp b/src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp index 26893e695e..8745163fca 100644 --- a/src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp +++ b/src/plugins/remotelinux/remotelinuxrunconfigurationfactory.cpp @@ -59,10 +59,6 @@ RemoteLinuxRunConfigurationFactory::RemoteLinuxRunConfigurationFactory(QObject * setObjectName(QLatin1String("RemoteLinuxRunConfigurationFactory")); } -RemoteLinuxRunConfigurationFactory::~RemoteLinuxRunConfigurationFactory() -{ -} - bool RemoteLinuxRunConfigurationFactory::canCreate(Target *parent, Core::Id id) const { if (!canHandle(parent)) |