添加版本
This commit is contained in:
parent
546ed2d0fa
commit
2c6a047852
@ -122,7 +122,7 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
//qInstallMessageHandler(messageHandler);
|
||||
#endif
|
||||
QDate buildDate = QLocale( QLocale::English ).toDate( QString(__DATE__).replace(" ", " 0"), "MMM dd yyyy");
|
||||
QString Version = "V1.0_" + buildDate.toString("yyyyMMdd") + "_84da";
|
||||
QString Version = "V1.0_" + buildDate.toString("yyyyMMdd") + "_546e";
|
||||
ui->label_version->setText(Version);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user