mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 07:59:29 -05:00
quit push button now calls globalshutdown instead of configfinalsave
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@484 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f67a99e704
commit
0e0f7a7c3e
@ -261,6 +261,7 @@ virtual int ConfigSetIncomingDir( std::string dir ) = 0;
|
||||
virtual int ConfigSetDataRates( int total, int indiv ) = 0;
|
||||
virtual int ConfigSetBootPrompt( bool on ) = 0;
|
||||
virtual void ConfigFinalSave( ) = 0;
|
||||
virtual void rsGlobalShutDown( ) = 0;
|
||||
|
||||
/****************************************/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user