Skip to content
Snippets Groups Projects
Commit e8d59fb7 authored by Daniel Teske's avatar Daniel Teske
Browse files

RemoteLinuxRunConfiguration: Remove unused enum


Change-Id: I7f1074eafe622e4d409359ce3cc81065d48d42c2
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
parent f3469d1d
No related branches found
No related tags found
No related merge requests found
......@@ -53,8 +53,6 @@ class REMOTELINUX_EXPORT RemoteLinuxRunConfiguration : public ProjectExplorer::R
friend class RemoteLinuxRunConfigurationWidget;
public:
enum DebuggingType { DebugCppOnly, DebugQmlOnly, DebugCppAndQml };
RemoteLinuxRunConfiguration(ProjectExplorer::Target *parent, const Core::Id id,
const QString &projectFilePath);
~RemoteLinuxRunConfiguration();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment