summaryrefslogtreecommitdiffstats
path: root/logic/tools/JProfiler.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2015-04-06 20:52:59 +0200
committerPetr Mrázek <peterix@gmail.com>2015-04-13 00:04:08 +0200
commit58840ac10cc7aac866d61cbcece3c3b9be1af8b4 (patch)
tree4641c42e20d33728bdc03fa7b4769084fae201e5 /logic/tools/JProfiler.h
parent3d3725f08820ee129c8edc5395687e5edd997537 (diff)
downloadMultiMC-58840ac10cc7aac866d61cbcece3c3b9be1af8b4.tar
MultiMC-58840ac10cc7aac866d61cbcece3c3b9be1af8b4.tar.gz
MultiMC-58840ac10cc7aac866d61cbcece3c3b9be1af8b4.tar.lz
MultiMC-58840ac10cc7aac866d61cbcece3c3b9be1af8b4.tar.xz
MultiMC-58840ac10cc7aac866d61cbcece3c3b9be1af8b4.zip
NOISSUE fix profilers
Diffstat (limited to 'logic/tools/JProfiler.h')
-rw-r--r--logic/tools/JProfiler.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/logic/tools/JProfiler.h b/logic/tools/JProfiler.h
index 11df0779..b5440b0b 100644
--- a/logic/tools/JProfiler.h
+++ b/logic/tools/JProfiler.h
@@ -2,16 +2,6 @@
#include "BaseProfiler.h"
-class JProfiler : public BaseProfiler
-{
- Q_OBJECT
-public:
- JProfiler(SettingsObjectPtr settings, InstancePtr instance, QObject *parent = 0);
-
-protected:
- void beginProfilingImpl(BaseProcess *process);
-};
-
class JProfilerFactory : public BaseProfilerFactory
{
public: