mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 16:15:43 -04:00
removed calls to getServiceStatistics from GxsUserNotify and replaced by info collected by GxsGroupFrameDialog
This commit is contained in:
parent
c60f1d1331
commit
b0e61376f1
14 changed files with 47 additions and 62 deletions
|
@ -28,10 +28,9 @@ class PostedUserNotify : public GxsUserNotify
|
|||
Q_OBJECT
|
||||
|
||||
public:
|
||||
PostedUserNotify(RsGxsIfaceHelper *ifaceImpl, QObject *parent = 0);
|
||||
PostedUserNotify(RsGxsIfaceHelper *ifaceImpl, const GxsGroupFrameDialog *g, QObject *parent = 0);
|
||||
|
||||
virtual bool hasSetting(QString *name, QString *group);
|
||||
virtual bool getServiceStatistics(GxsServiceStatistic& stat) override;
|
||||
|
||||
private:
|
||||
virtual QIcon getIcon();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue