DQt2: Add a message if the game list is empty.

This commit is contained in:
spxtr
2016-01-01 02:29:39 -08:00
parent 552ea58bf5
commit 48d1adb96f
10 changed files with 76 additions and 19 deletions

View File

@ -30,7 +30,7 @@ public slots:
void SetRenderFullscreen(bool fullscreen);
signals:
void RequestTitle(QString title);
void RequestTitle(const QString& title);
void RequestStop();
void RequestRenderSize(int w, int h);