From 0430a2a38fe3b6a18dc13090c236272fbb85df0b Mon Sep 17 00:00:00 2001 From: Sky Date: Sat, 26 Oct 2013 02:28:50 +0100 Subject: Add assets download status to status bar. --- gui/mainwindow.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'gui/mainwindow.h') diff --git a/gui/mainwindow.h b/gui/mainwindow.h index 941fbcca..6715acbb 100644 --- a/gui/mainwindow.h +++ b/gui/mainwindow.h @@ -116,6 +116,12 @@ private slots: void on_actionInstanceSettings_triggered(); + void assetsIndexStarted(); + void assetsFilesStarted(); + void assetsFilesProgress(int, int, int); + void assetsFailed(); + void assetsFinished(); + public slots: void instanceActivated(QModelIndex); @@ -150,6 +156,9 @@ private: LoginResponse m_activeLogin; Task *m_versionLoadTask; + + QLabel *m_statusLeft; + QLabel *m_statusRight; }; #endif // MAINWINDOW_H -- cgit