diff options
author | Petr Mrázek <peterix@gmail.com> | 2016-11-10 02:54:53 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2016-11-10 02:54:53 +0100 |
commit | f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771 (patch) | |
tree | 0b8f492b470c835bc814ebc786dc73bfe2b0f3f4 /application/main.cpp | |
parent | 27e26a656b8d9f0aef1dd6a18b50ecc9465494bd (diff) | |
download | MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar.gz MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar.lz MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.tar.xz MultiMC-f9d94a45eebd5fb7b14d4bcc6ad77cb96ecdd771.zip |
NOISSUE allow using icon themes for instances and instance badges
Diffstat (limited to 'application/main.cpp')
-rw-r--r-- | application/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/application/main.cpp b/application/main.cpp index 5b557170..61771f6e 100644 --- a/application/main.cpp +++ b/application/main.cpp @@ -13,7 +13,6 @@ int main(int argc, char *argv[]) { case MultiMC::Initialized: { - Q_INIT_RESOURCE(instances); Q_INIT_RESOURCE(multimc); Q_INIT_RESOURCE(backgrounds); Q_INIT_RESOURCE(versions); |