summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSilarn <jrim@rimpo.org>2019-05-09 12:04:03 -0500
committerSilarn <jrim@rimpo.org>2019-05-09 12:04:03 -0500
commited4eb2aae8fcf493c07a02cbca3df14f00c5e130 (patch)
treedf454d19e96d78b8a860d4fcb8f721392fe2c215 /src/mainwindow.h
parent3d2616ea989d728c4b1a1f9a3fc4cb852db50872 (diff)
Update NXM link handling to support premium link and validate user info
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
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);