diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-12 06:53:00 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-12 10:38:01 -0700 |
commit | f442358915a8e0a2897a45be0dd081694cf6ced6 (patch) | |
tree | 5584afe16535da159d9c161ade7dc01a21f6d067 /qt-ui/mainwindow.h | |
parent | ef95bd9a2784db7468df01bebf0166f73179e7a4 (diff) | |
download | subsurface-f442358915a8e0a2897a45be0dd081694cf6ced6.tar.gz |
Cloud storage: better window title
This makes it clear that we are working with the cloud storage and removes
the (in that case, redundant) branch name from the title.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/mainwindow.h')
-rw-r--r-- | qt-ui/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/mainwindow.h b/qt-ui/mainwindow.h index 9bed1d05f..63a31e0cf 100644 --- a/qt-ui/mainwindow.h +++ b/qt-ui/mainwindow.h @@ -195,6 +195,7 @@ private: CurrentState state; QString filter(); static MainWindow *m_Instance; + QString displayedFilename(QString fullFilename); bool askSaveChanges(); bool okToClose(QString message); void closeCurrentFile(); |