aboutsummaryrefslogtreecommitdiff
path: root/launcher/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/main.cpp')
-rw-r--r--launcher/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/launcher/main.cpp b/launcher/main.cpp
index e2116f38..b63f8bfd 100644
--- a/launcher/main.cpp
+++ b/launcher/main.cpp
@@ -81,6 +81,8 @@ int main(int argc, char *argv[])
Q_INIT_RESOURCE(pe_light);
Q_INIT_RESOURCE(pe_blue);
Q_INIT_RESOURCE(pe_colored);
+ Q_INIT_RESOURCE(breeze_dark);
+ Q_INIT_RESOURCE(breeze_light);
Q_INIT_RESOURCE(OSX);
Q_INIT_RESOURCE(iOS);
Q_INIT_RESOURCE(flat);
@@ -91,5 +93,7 @@ int main(int argc, char *argv[])
return 1;
case Application::Succeeded:
return 0;
+ default:
+ return -1;
}
}