GH-1053 cleanup

This commit is contained in:
Petr Mrázek
2015-07-05 02:47:22 +02:00
parent 5f41886d76
commit 5133b0f34f
3 changed files with 3 additions and 20 deletions

View File

@ -56,16 +56,6 @@ public: /* methods */
void setWorkdir(QString path);
BaseProfilerFactory * getProfiler()
{
return m_profiler;
}
void setProfiler(BaseProfilerFactory * profiler)
{
m_profiler = profiler;
}
void killProcess();
qint64 pid();