mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
style: do something make qtcreator happy
This commit is contained in:
parent
169cc80ee1
commit
983c3bb362
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user