summaryrefslogtreecommitdiffstats
path: root/api/logic/minecraft/ComponentList.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2019-07-11 01:01:47 +0200
committerPetr Mrázek <peterix@gmail.com>2019-07-11 01:01:47 +0200
commitb9d429355255d10541fd14799c419a1b5aeeb128 (patch)
treea6842c81878ae32abf42c0bca6f635acbefac72c /api/logic/minecraft/ComponentList.h
parent5110b58def7e3e3118e6624959d6e5d561002c74 (diff)
downloadMultiMC-b9d429355255d10541fd14799c419a1b5aeeb128.tar
MultiMC-b9d429355255d10541fd14799c419a1b5aeeb128.tar.gz
MultiMC-b9d429355255d10541fd14799c419a1b5aeeb128.tar.lz
MultiMC-b9d429355255d10541fd14799c419a1b5aeeb128.tar.xz
MultiMC-b9d429355255d10541fd14799c419a1b5aeeb128.zip
NOISSUE update component buttons some more when the versions change
Diffstat (limited to 'api/logic/minecraft/ComponentList.h')
-rw-r--r--api/logic/minecraft/ComponentList.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/logic/minecraft/ComponentList.h b/api/logic/minecraft/ComponentList.h
index 18beaf60..cb20c559 100644
--- a/api/logic/minecraft/ComponentList.h
+++ b/api/logic/minecraft/ComponentList.h
@@ -104,6 +104,9 @@ public:
/// if there is a save scheduled, do it now.
void saveNow();
+signals:
+ void minecraftChanged();
+
public:
/// get the profile component by id
Component * getComponent(const QString &id);