mirror of
https://github.com/libretro/Play-.git
synced 2024-11-27 18:50:28 +00:00
Show app version in status bar at start.
This commit is contained in:
parent
868209f542
commit
de95cabe6e
@ -280,6 +280,8 @@ void MainWindow::CreateStatusBar()
|
||||
statusBar()->addWidget(m_msgLabel, 1);
|
||||
statusBar()->addWidget(m_fpsLabel);
|
||||
|
||||
m_msgLabel->setText(QString("Play! v%1 - %2").arg(PLAY_VERSION).arg(__DATE__));
|
||||
|
||||
m_fpsTimer = new QTimer(this);
|
||||
connect(m_fpsTimer, SIGNAL(timeout()), this, SLOT(setFPS()));
|
||||
m_fpsTimer->start(1000);
|
||||
|
Loading…
Reference in New Issue
Block a user