summaryrefslogtreecommitdiffstats
path: root/logic/profiler/JProfiler.h
diff options
context:
space:
mode:
authorJan Dalheimer <jan@dalheimer.de>2014-02-16 10:46:14 +0100
committerJan Dalheimer <jan@dalheimer.de>2014-02-16 10:46:14 +0100
commit616c37269053bc4f111792dbb9374cc119a58339 (patch)
tree7ac3bc3bbec628593473bc87ffcec9acf24e990b /logic/profiler/JProfiler.h
parent994972bf5da5584186e6e82c36287afeb6c1e23a (diff)
downloadMultiMC-616c37269053bc4f111792dbb9374cc119a58339.tar
MultiMC-616c37269053bc4f111792dbb9374cc119a58339.tar.gz
MultiMC-616c37269053bc4f111792dbb9374cc119a58339.tar.lz
MultiMC-616c37269053bc4f111792dbb9374cc119a58339.tar.xz
MultiMC-616c37269053bc4f111792dbb9374cc119a58339.zip
Fix more stuff. Detached tools, only MCEdit for now.
Diffstat (limited to 'logic/profiler/JProfiler.h')
-rw-r--r--logic/profiler/JProfiler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/profiler/JProfiler.h b/logic/profiler/JProfiler.h
index 8a5bc561..88a02462 100644
--- a/logic/profiler/JProfiler.h
+++ b/logic/profiler/JProfiler.h
@@ -17,7 +17,7 @@ class JProfilerFactory : public BaseProfilerFactory
public:
QString name() const override { return "JProfiler"; }
void registerSettings(SettingsObject *settings) override;
- BaseProfiler *createProfiler(BaseInstance *instance, QObject *parent = 0) override;
+ BaseExternalTool *createTool(BaseInstance *instance, QObject *parent = 0) override;
bool check(QString *error) override;
bool check(const QString &path, QString *error) override;
};