ASyncDBConnection uses Qt signals now for reporting state changes and notices
This commit is contained in:
parent
90d0a14b63
commit
3befef2464
7 changed files with 30 additions and 73 deletions
|
|
@ -73,14 +73,6 @@ public:
|
|||
bool isNew() const { return m_new; }
|
||||
private:
|
||||
|
||||
// struct ResultTab {
|
||||
// public:
|
||||
// std::shared_ptr<QueryResultModel> resultModel;
|
||||
// std::shared_ptr<TuplesResultWidget> tuplesResult;
|
||||
//// ResultTab(std::shared_ptr<QueryResultModel> rm, Ui::TuplesResult *tr)
|
||||
//// : resultModel(rm), tuplesResult(tr)
|
||||
//// {}
|
||||
// };
|
||||
using ResultTabContainer = std::vector<TuplesResultWidget*>;
|
||||
|
||||
Ui::QueryTab *ui;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue