PE: Promote protected methods to public in SimpleTargetRunner

And in DebuggerRunTool.

Task-number: QTCREATORBUG-29168
Change-Id: Iaf46cc940dec80db07edb7f159ed477c3e1ce009
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Jarek Kobus
2024-11-20 15:20:45 +01:00
parent 78a9ba2a0f
commit 431c501c2c
2 changed files with 0 additions and 2 deletions

View File

@@ -85,7 +85,6 @@ public:
void addQmlServerInferiorCommandLineArgumentIfNeeded();
void setupPortsGatherer();
protected:
bool isCppDebugging() const;
bool isQmlDebugging() const;

View File

@@ -287,7 +287,6 @@ public:
explicit SimpleTargetRunner(RunControl *runControl);
~SimpleTargetRunner() override;
protected:
void setStartModifier(const std::function<void()> &startModifier);
Utils::CommandLine commandLine() const;