aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.cpp b/main.cpp
index 2330e7c..5965d83 100644
--- a/main.cpp
+++ b/main.cpp
@@ -63,13 +63,13 @@ int main(int argc, char *argv[])
#endif
app.installTranslator(&translator2);
- // css
- QFile file(qApp->applicationDirPath() + "/css/default.css");
+ // css
+ QFile file(qApp->applicationDirPath() + "/css/default.css");
file.open(QFile::ReadOnly);
QString styleSheet = QLatin1String(file.readAll());
- qApp->setStyleSheet(styleSheet);
- //qDebug() << "css: " << styleSheet;
-
+ qApp->setStyleSheet(styleSheet);
+ qDebug() << "css: " << styleSheet;
+
GpgWin *window = new GpgWin();
window->show();