moved trayicon to own void function

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1846 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2009-11-24 20:17:13 +00:00
parent 10bc8e7a67
commit d7a052720a
2 changed files with 25 additions and 27 deletions

View file

@ -141,6 +141,8 @@ private:
/** Create the actions on the tray menu or menubar */
void createActions();
void createTrayIcon();
/** Defines the actions for the tray menu */
QAction* _settingsAct;