diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-06-12 06:48:51 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-06-12 10:21:16 -0700 |
commit | ef95bd9a2784db7468df01bebf0166f73179e7a4 (patch) | |
tree | 5be3eec97240e182a4e199c996b3493fc5cdaf68 /qthelperfromc.h | |
parent | 57f2c81125f45b1f07122ad9c0295a6c76a5e4fe (diff) | |
download | subsurface-ef95bd9a2784db7468df01bebf0166f73179e7a4.tar.gz |
Indicate that there are unsaved changes with a '*' in the window title
This seems to be a fairly common way to indicate this property.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qthelperfromc.h')
-rw-r--r-- | qthelperfromc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qthelperfromc.h b/qthelperfromc.h index 039d9252d..d7ba6f1b7 100644 --- a/qthelperfromc.h +++ b/qthelperfromc.h @@ -3,5 +3,6 @@ bool getProxyString(char **buffer); bool canReachCloudServer(); +void updateWindowTitle(); #endif // QTHELPERFROMC_H |