From ea621ef859d07ba5ab6bc12dff300b2aba95ccf9 Mon Sep 17 00:00:00 2001 From: Tannin Date: Tue, 9 Feb 2016 20:50:07 +0100 Subject: fixed update of window title --- src/mainwindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainwindow.h') diff --git a/src/mainwindow.h b/src/mainwindow.h index 530097cf..636fb0a3 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -115,8 +115,6 @@ public: virtual bool closeWindow(); virtual void setWindowEnabled(bool enabled); - void updateWindowTitle(const QString &accountName, bool premium); - public slots: void displayColumnSelection(const QPoint &pos); @@ -326,6 +324,8 @@ private: private slots: + void updateWindowTitle(const QString &accountName, bool premium); + void showMessage(const QString &message); void showError(const QString &message); -- cgit v1.3.1