diff options
author | Roman Mindalev <r000n@r000n.net> | 2013-03-21 00:03:21 +0400 |
---|---|---|
committer | Roman Mindalev <r000n@r000n.net> | 2013-03-23 08:21:33 +0400 |
commit | e11f1806b6d722e2ae016bba053ac0c91616d800 (patch) | |
tree | bd991214a89ae08c8bccf99525eafd7433d8e9b2 /src/qt/bitcoingui.h | |
parent | afee36d379868f81705c960e389aa90d6f546940 (diff) |
Save & restore window size and position
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r-- | src/qt/bitcoingui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h index b992bfdc69..77aa7ec992 100644 --- a/src/qt/bitcoingui.h +++ b/src/qt/bitcoingui.h @@ -108,6 +108,10 @@ private: void createTrayIcon(); /** Create system tray menu (or setup the dock menu) */ void createTrayIconMenu(); + /** Save window size and position */ + void saveWindowGeometry(); + /** Restore window size and position */ + void restoreWindowGeometry(); public slots: /** Set number of connections shown in the UI */ |