|
a/src/qtgui/main.cpp |
|
b/src/qtgui/main.cpp |
|
... |
|
... |
336 |
// fprintf(stderr, "History done\n");
|
336 |
// fprintf(stderr, "History done\n");
|
337 |
rwSettings(false);
|
337 |
rwSettings(false);
|
338 |
havereadsettings = true;
|
338 |
havereadsettings = true;
|
339 |
// fprintf(stderr, "Settings done\n");
|
339 |
// fprintf(stderr, "Settings done\n");
|
340 |
|
340 |
|
341 |
if (!prefs.stylesheetFile.isEmpty()) {
|
341 |
if (!prefs.qssFile.isEmpty()) {
|
342 |
applyStyleSheet(prefs.stylesheetFile);
|
342 |
applyStyleSheet(prefs.qssFile);
|
343 |
}
|
343 |
}
|
344 |
QIcon icon;
|
344 |
QIcon icon;
|
345 |
icon.addFile(QString::fromUtf8(":/images/recoll.png"));
|
345 |
icon.addFile(QString::fromUtf8(":/images/recoll.png"));
|
346 |
app.setWindowIcon(icon);
|
346 |
app.setWindowIcon(icon);
|
347 |
|
347 |
|