mirror of https://github.com/BOINC/boinc.git
parent
9eab3343f3
commit
448347a886
clientgui/gtk
|
@ -45,8 +45,8 @@ public:
|
|||
// Accessors
|
||||
bool IsOK() const { return true; }
|
||||
bool IsIconInstalled() const;
|
||||
wxInt32 GetTaskbarID const { return m_iTaskbarID; }
|
||||
wxInt32 GetNotificationID const { return m_iNotificationID; }
|
||||
wxInt32 GetTaskbarID() const { return m_iTaskbarID; }
|
||||
wxInt32 GetNotificationID() const { return m_iNotificationID; }
|
||||
|
||||
// Operations
|
||||
virtual bool SetIcon(
|
||||
|
|
Loading…
Reference in New Issue