diff options
| author | Silarn <jrim@rimpo.org> | 2019-05-09 12:04:03 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2019-05-09 12:04:03 -0500 |
| commit | ed4eb2aae8fcf493c07a02cbca3df14f00c5e130 (patch) | |
| tree | df454d19e96d78b8a860d4fcb8f721392fe2c215 /src/mainwindow.h | |
| parent | 3d2616ea989d728c4b1a1f9a3fc4cb852db50872 (diff) | |
Update NXM link handling to support premium link and validate user info
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d119f49c..727dd165 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -396,7 +396,7 @@ private: private slots: - void updateWindowTitle(const QString &accountName, bool premium); + void updateWindowTitle(const QString &accountName, int, bool premium); void showMessage(const QString &message); void showError(const QString &message); |
