Also switched explain over to own async framework.
This commit is contained in:
parent
4dc55288b5
commit
c551d982c6
6 changed files with 17 additions and 17 deletions
|
|
@ -11,8 +11,7 @@ const int c_ColumnLoops = 5;
|
|||
const int c_ColumnDetails = 6;
|
||||
const int c_NumberOfColumns = 7;
|
||||
|
||||
QueryExplainModel::QueryExplainModel(QObject *parent,
|
||||
std::unique_ptr<ExplainRoot> exp)
|
||||
QueryExplainModel::QueryExplainModel(QObject *parent, ExplainRoot::SPtr exp)
|
||||
: QAbstractItemModel(parent)
|
||||
, explain(std::move(exp))
|
||||
{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue