RemoteLinux: Move portsUsedByDebugger() to DebuggerRunConfigurationAspect

Change-Id: I0add29c3c69c4ba59cea159f32ca74be58bcee59
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
hjk
2016-01-26 14:09:13 +01:00
parent 9a3b340c00
commit 403fe30a30
6 changed files with 23 additions and 19 deletions

View File

@@ -74,6 +74,8 @@ public:
void setUseMultiProcess(bool on);
bool isQmlDebuggingSpinboxSuppressed() const;
int portsUsedByDebugger() const;
private:
friend class Internal::DebuggerRunConfigWidget;
DebuggerRunConfigurationAspectData d;