summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ComponentList.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-12-14 00:29:00 +0100
committerPetr Mrázek <peterix@gmail.com>2017-12-14 00:29:00 +0100
commitf18afd3d1e73cc0020bfa1189e0b8fefc0f14e61 (patch)
tree391235d09867cf718d69a8e8d4beed6cefda5057 /api/logic/minecraft/ComponentList.h
parentef2cbe16e611da68f3cb529f87f4ecb3038af161 (diff)
downloadMultiMC-f18afd3d1e73cc0020bfa1189e0b8fefc0f14e61.tar
MultiMC-f18afd3d1e73cc0020bfa1189e0b8fefc0f14e61.tar.gz
MultiMC-f18afd3d1e73cc0020bfa1189e0b8fefc0f14e61.tar.lz
MultiMC-f18afd3d1e73cc0020bfa1189e0b8fefc0f14e61.tar.xz
MultiMC-f18afd3d1e73cc0020bfa1189e0b8fefc0f14e61.zip
NOISSUE fix a bunch of warnings thrown by Qt internals
Badly connected signals/slots and similar things.
Diffstat (limited to 'api/logic/minecraft/ComponentList.h')
-rw-r--r--api/logic/minecraft/ComponentList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/logic/minecraft/ComponentList.h b/api/logic/minecraft/ComponentList.h
index 8e89d640..b66b3417 100644
--- a/api/logic/minecraft/ComponentList.h
+++ b/api/logic/minecraft/ComponentList.h
@@ -110,10 +110,10 @@ public:
public:
/// get the profile component by id
- ComponentPtr getComponent(const QString &id);
+ Component * getComponent(const QString &id);
/// get the profile component by index
- ComponentPtr getComponent(int index);
+ Component * getComponent(int index);
private:
void scheduleSave();