diff options
| author | Tannin <sherb@gmx.net> | 2016-02-09 20:50:07 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-02-09 20:50:07 +0100 |
| commit | ea621ef859d07ba5ab6bc12dff300b2aba95ccf9 (patch) | |
| tree | b8604b93c734ad4c7188370cebf93f5cd8bc3fa4 /src/mainwindow.h | |
| parent | 3202713cffed47611d96845562a0aaad86d5ad33 (diff) | |
fixed update of window title
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 4 |
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);
|
