Show the new setting for starting minimized on system start only for Windows.

Cleaned some methods for accessing the settings.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3912 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2010-12-13 20:34:07 +00:00
parent 0d5dfc9258
commit b8bd6bfdca
10 changed files with 54 additions and 93 deletions

View file

@ -40,10 +40,6 @@ public:
void loadNetwork();
void loadShare();
void loadGeneral();
bool startMinimized() const;
bool quitbox() const;
protected:
virtual void changeEvent(QEvent *e);