forked from blue/squawk
an ability to change account, reconnection, error reporting
This commit is contained in:
parent
16f96c4f2b
commit
8432a574b9
12 changed files with 225 additions and 39 deletions
|
@ -6,7 +6,8 @@
|
|||
std::deque<QString> Models::Accounts::columns = {
|
||||
"name",
|
||||
"server",
|
||||
"state"
|
||||
"state",
|
||||
"error"
|
||||
};
|
||||
|
||||
Models::Accounts::Accounts(QObject* parent):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue