GH-1053 base process and launch refactor, part 1
This commit is contained in:
parent
d14a61b0df
commit
34ddfc7ecc
29 changed files with 743 additions and 603 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
class BaseInstance;
|
||||
class SettingsObject;
|
||||
class BaseProcess;
|
||||
class BaseLauncher;
|
||||
class QProcess;
|
||||
|
||||
class BaseProfiler : public BaseExternalTool
|
||||
|
@ -15,13 +15,13 @@ public:
|
|||
|
||||
public
|
||||
slots:
|
||||
void beginProfiling(BaseProcess *process);
|
||||
void beginProfiling(BaseLauncher *process);
|
||||
void abortProfiling();
|
||||
|
||||
protected:
|
||||
QProcess *m_profilerProcess;
|
||||
|
||||
virtual void beginProfilingImpl(BaseProcess *process) = 0;
|
||||
virtual void beginProfilingImpl(BaseLauncher *process) = 0;
|
||||
virtual void abortProfilingImpl();
|
||||
|
||||
signals:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue