mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-06 07:06:00 +00:00
Synchronization between Qt build title and version.h (#178)
This commit is contained in:
parent
b994d69d9b
commit
d750921972
|
@ -9,6 +9,7 @@
|
|||
#include <QStatusBar>
|
||||
#include <QtConcurrent>
|
||||
#include "common/io_file.h"
|
||||
#include "common/version.h"
|
||||
#include "core/file_format/pkg.h"
|
||||
#include "core/loader.h"
|
||||
#include "game_install_dialog.h"
|
||||
|
@ -37,7 +38,7 @@ bool MainWindow::Init() {
|
|||
LoadGameLists();
|
||||
|
||||
setMinimumSize(350, minimumSizeHint().height());
|
||||
setWindowTitle(QString::fromStdString("ShadPS4 v0.0.3"));
|
||||
setWindowTitle(QString::fromStdString("shadPS4 v" + std::string(Common::VERSION)));
|
||||
show();
|
||||
|
||||
auto end = std::chrono::steady_clock::now();
|
||||
|
|
Loading…
Reference in a new issue