diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-03-29 01:40:32 -0700 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-03-29 01:40:32 -0700 |
| commit | 8142ac2c18eda6550058c930151908682ebec350 (patch) | |
| tree | 63a0138e93e2a9a7491251abe5d0e0b34f4371df /src/qt/bitcoingui.h | |
| parent | Merge pull request #2396 from Nothing4You/add-copytxid-contextmenu-qt-txoverview (diff) | |
| parent | Show window in center of screen on first launch (diff) | |
| download | discoin-8142ac2c18eda6550058c930151908682ebec350.tar.xz discoin-8142ac2c18eda6550058c930151908682ebec350.zip | |
Merge pull request #2393 from r000n/staging
Staging - GUI fixes for upstream
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 1b3e313fc..af8dc0a1f 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 */ |