1
0
Fork 0
forked from blue/squawk

clearing presences and statuses on disconnect of an account

This commit is contained in:
Blue 2019-06-23 14:31:03 +03:00
parent 49aa99d4db
commit 833913cac2
6 changed files with 38 additions and 0 deletions

View file

@ -59,6 +59,8 @@ class Item : public QObject{
Item* parent;
protected slots:
virtual void toOfflineState();
};
}