mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 17:45:15 -04:00
added systray menu in status bar. Helps people without a systray (Patch form Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7660 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d07a26f96d
commit
a3736a02d2
7 changed files with 143 additions and 0 deletions
|
@ -45,6 +45,7 @@ class RatesStatus;
|
|||
class OpModeStatus;
|
||||
class SoundStatus;
|
||||
class ToasterDisable;
|
||||
class SysTrayStatus;
|
||||
//class ForumsDialog;
|
||||
class GxsChannelDialog ;
|
||||
class GxsForumsDialog ;
|
||||
|
@ -169,6 +170,7 @@ public:
|
|||
|
||||
SoundStatus *soundStatusInstance();
|
||||
ToasterDisable *toasterDisableInstance();
|
||||
SysTrayStatus *sysTrayStatusInstance();
|
||||
|
||||
public slots:
|
||||
void displayErrorMessage(int,int,const QString&) ;
|
||||
|
@ -268,6 +270,7 @@ private:
|
|||
OpModeStatus *opModeStatus;
|
||||
SoundStatus *soundStatus;
|
||||
ToasterDisable *toasterDisable;
|
||||
SysTrayStatus *sysTrayStatus;
|
||||
|
||||
/* Status */
|
||||
std::set <QObject*> m_apStatusObjects; // added objects for status
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue