forked from blue/squawk
some sorting in roster
This commit is contained in:
parent
100b2e8943
commit
e4d1e21ea0
7 changed files with 89 additions and 5 deletions
|
@ -68,10 +68,14 @@ public:
|
|||
void removeParticipant(const QString& name);
|
||||
|
||||
void toOfflineState() override;
|
||||
QString getDisplayedName() const override;
|
||||
|
||||
private:
|
||||
void handleParticipantUpdate(std::map<QString, Participant*>::const_iterator itr, const QMap<QString, QVariant>& data);
|
||||
|
||||
protected:
|
||||
bool columnInvolvedInDisplay(int col) override;
|
||||
|
||||
private:
|
||||
bool autoJoin;
|
||||
bool joined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue