diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-01 18:44:11 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-05-13 12:31:28 +0200 |
commit | 67d4cbab461260cd51386a16a1a34bb9161e73a8 (patch) | |
tree | c85905d162513f4f53c337de167ab362650cd58a /src/qt/guiutil.h | |
parent | 82f66082b986132ab9ef039afa3c1e116dcbb36b (diff) |
Move GetStartOnSystemStartup and SetStartOnSystemStartup to GUI code
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r-- | src/qt/guiutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 8d1a01e07e..f30d5db35b 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -90,6 +90,9 @@ namespace GUIUtil int size_threshold; }; + bool GetStartOnSystemStartup(); + bool SetStartOnSystemStartup(bool fAutoStart); + } // namespace GUIUtil #endif // GUIUTIL_H |