Added config to stop Application Window being closed.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@463 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-04-03 13:02:27 +00:00
parent 053e119e1c
commit 0a68ec6bee

View File

@ -83,6 +83,8 @@ Rshare::Rshare(QStringList args, int &argc, char **argv, QString dir)
/** Set the GUI stylesheet appropriately. */ /** Set the GUI stylesheet appropriately. */
setSheet(_args.value(ARG_GUISTYLESHEET)); setSheet(_args.value(ARG_GUISTYLESHEET));
/* Switch off auto shutdown */
setQuitOnLastWindowClosed ( false );
} }
/** Destructor */ /** Destructor */