diff options
| author | Tannin <devnull@localhost> | 2015-08-09 12:51:19 +0200 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2015-08-09 12:51:19 +0200 |
| commit | 4230313ef5648dd1664142a12487681a027e8a89 (patch) | |
| tree | 6dbf05533cf068b06f18b01c9142c2f892fca902 /src/mainwindow.h | |
| parent | ff8057d34bb4e9cf12f5d39b5c1b79ac092b387f (diff) | |
now displays currently logged in account in title bar
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index d16719e3..bfdc3d23 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -121,6 +121,7 @@ public: virtual MOBase::DelayedFileWriterBase &archivesWriter() override { return m_ArchiveListWriter; }
+ void updateWindowTitle(const QString &accountName, bool premium);
public slots:
void displayColumnSelection(const QPoint &pos);
|
