mirror of
https://github.com/x-tools-author/x-tools.git
synced 2025-09-15 15:28:40 +08:00
chore: update the file of project
This commit is contained in:
parent
fa0d11b6e8
commit
9171e35239
@ -191,6 +191,8 @@ int xToolsExec(int argc, char *argv[], const QString &appName)
|
||||
sakDoSomethingBeforeAppCreated(argv, appName);
|
||||
|
||||
AppT app(argc, argv);
|
||||
const QString dtStr = QDateTime::currentDateTime().toString("yyyy-MM-dd hh:mm:ss");
|
||||
xToolsSettings::instance()->setValue("startUpTime", dtStr);
|
||||
xToolsInitAppStyle();
|
||||
|
||||
QWidget *ui;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user