summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
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);