1
0
Fork 0
forked from blue/squawk

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

@ -29,7 +29,7 @@ private:
static std::deque<QString> columns;
private slots:
void onAccountChanged(Item* item, int row, int col);
void onAccountChanged(Models::Item* item, int row, int col);
};
}