style: do something make qtcreator happy

This commit is contained in:
Qsaker 2023-11-26 13:48:13 +08:00
parent 169cc80ee1
commit 983c3bb362

View File

@ -31,9 +31,12 @@
#include "sakdatastructure.h"
#include "sakmainwindow.h"
#include "saksettings.h"
#include "saksystemtrayicon.h"
#include "saktranslator.h"
#ifdef Q_OS_WIN
#include "saksystemtrayicon.h"
#endif
QDate buildDate = QLocale(QLocale::English)
.toDate(QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy");
QTime buildTime = QTime::fromString(__TIME__, "hh:mm:ss");