basic conversation window binding

This commit is contained in:
Blue 2019-04-09 18:04:08 +03:00
parent 1cbcad44af
commit 4775c7b700
16 changed files with 333 additions and 80 deletions

View file

@ -30,12 +30,14 @@ public:
void removePresence(const QString& name);
void appendChild(Models::Item * child) override;
QString getAccountName() const;
protected:
void refresh();
void changed(int col) override;
void _removeChild(int index) override;
protected slots:
void refresh();
protected:
void setAvailability(Shared::Availability p_state);
void setAvailability(unsigned int p_state);