diff options
Diffstat (limited to 'client/browser/src/mainwindow.h')
-rw-r--r-- | client/browser/src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/browser/src/mainwindow.h b/client/browser/src/mainwindow.h index e4e02fa3..3e12d12b 100644 --- a/client/browser/src/mainwindow.h +++ b/client/browser/src/mainwindow.h @@ -67,7 +67,7 @@ class MainWindow : public QMainWindow void finishProgressBar(); void executeCommand(QString &string); QString readSpeed(); - + void showErrorMessage(QString string); protected: QWebView *m_web; |