[qet] [3175] Style.css minor change |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 3175
Author: scorpio810
Date: 2014-06-24 00:42:16 +0200 (Tue, 24 Jun 2014)
Log Message:
-----------
Style.css minor change
Modified Paths:
--------------
trunk/sources/qetapp.cpp
Modified: trunk/sources/qetapp.cpp
===================================================================
--- trunk/sources/qetapp.cpp 2014-06-23 15:17:35 UTC (rev 3174)
+++ trunk/sources/qetapp.cpp 2014-06-23 22:42:16 UTC (rev 3175)
@@ -954,11 +954,11 @@
"}"
);
} else {
- QFile file("style.css");
+ QFile file("./style.css");
file.open(QFile::ReadOnly);
QString styleSheet = QLatin1String(file.readAll());
setStyleSheet(styleSheet);
-
+ file.close();
}
}