forked from qt-creator/qt-creator
Debugger: Remove mis-spelled and unused function
Change-Id: Iae81a29e75e289ceb44a845c5847152a7d1ad846 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -260,11 +260,6 @@ uint DebuggerRunConfigurationAspect::qmlDebugServerPort() const
|
||||
return d.qmlDebugServerPort;
|
||||
}
|
||||
|
||||
void DebuggerRunConfigurationAspect::setQmllDebugServerPort(uint port)
|
||||
{
|
||||
d.qmlDebugServerPort = port;
|
||||
}
|
||||
|
||||
bool DebuggerRunConfigurationAspect::useMultiProcess() const
|
||||
{
|
||||
return d.useMultiProcess;
|
||||
|
@@ -67,7 +67,6 @@ public:
|
||||
bool useQmlDebugger() const;
|
||||
void setUseQmlDebugger(bool value);
|
||||
uint qmlDebugServerPort() const;
|
||||
void setQmllDebugServerPort(uint port);
|
||||
bool useMultiProcess() const;
|
||||
void setUseMultiProcess(bool on);
|
||||
bool isQmlDebuggingSpinboxSuppressed() const;
|
||||
|
Reference in New Issue
Block a user