From 8f7aec032b11a2e2b3034c9d9719a74726dad130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 26 Oct 2014 23:44:20 +0100 Subject: Add dark, light, blue and colored theme from pe. Replaces the old dark and light themes --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 988649e5..87a33f91 100644 --- a/main.cpp +++ b/main.cpp @@ -37,6 +37,8 @@ int main(int argc, char *argv[]) #endif Q_INIT_RESOURCE(pe_dark); Q_INIT_RESOURCE(pe_light); + Q_INIT_RESOURCE(pe_blue); + Q_INIT_RESOURCE(pe_colored); switch (app.status()) { -- cgit v1.2.3