diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-04-06 20:52:59 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-04-13 00:04:08 +0200 |
commit | 58840ac10cc7aac866d61cbcece3c3b9be1af8b4 (patch) | |
tree | 4641c42e20d33728bdc03fa7b4769084fae201e5 /logic/tools/JVisualVM.h | |
parent | 3d3725f08820ee129c8edc5395687e5edd997537 (diff) | |
download | PrismLauncher-58840ac10cc7aac866d61cbcece3c3b9be1af8b4.tar.gz PrismLauncher-58840ac10cc7aac866d61cbcece3c3b9be1af8b4.tar.bz2 PrismLauncher-58840ac10cc7aac866d61cbcece3c3b9be1af8b4.zip |
NOISSUE fix profilers
Diffstat (limited to 'logic/tools/JVisualVM.h')
-rw-r--r-- | logic/tools/JVisualVM.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/logic/tools/JVisualVM.h b/logic/tools/JVisualVM.h index f4ffe1bd..45de2618 100644 --- a/logic/tools/JVisualVM.h +++ b/logic/tools/JVisualVM.h @@ -2,16 +2,6 @@ #include "BaseProfiler.h" -class JVisualVM : public BaseProfiler -{ - Q_OBJECT -public: - JVisualVM(SettingsObjectPtr settings, InstancePtr instance, QObject *parent = 0); - -protected: - void beginProfilingImpl(BaseProcess *process); -}; - class JVisualVMFactory : public BaseProfilerFactory { public: |