Not the best on dark themes, better than nothing for now.
Αυτή η υποβολή περιλαμβάνεται σε:
2022-04-28 09:13:34 +02:00
γονέας def766ba67
υποβολή 9d160ed7a0
3 αρχεία άλλαξαν με 24 προσθήκες και 0 διαγραφές

@@ -157,6 +157,7 @@ int main(int argc, char *argv[])
}
// Keep this post sandbox, afterwards does not work (suspect due to threads, but unconfirmed)
QApplication a(argc, argv);
a.setWindowIcon(QIcon(":/icon.svg"));
qRegisterMetaType<QVector<SearchResult>>("QVector<SearchResult>");
qRegisterMetaType<QVector<PreviewResultPdf>>("QVector<PreviewResultPdf>");