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>
This commit is contained in:
Dirk Hohndel 2015-06-12 06:53:00 -07:00
parent ef95bd9a27
commit f442358915
2 changed files with 14 additions and 4 deletions

View file

@ -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();