Fixed some warnings (left some because they need more attention)
This commit is contained in:
parent
ccae3685ac
commit
468779ba38
6 changed files with 12 additions and 8 deletions
|
|
@ -206,7 +206,7 @@ int QueryExplainModel::rowCount(const QModelIndex &parent) const
|
|||
return result;
|
||||
}
|
||||
|
||||
int QueryExplainModel::columnCount(const QModelIndex &parent) const
|
||||
int QueryExplainModel::columnCount(const QModelIndex &) const
|
||||
{
|
||||
// if (parent.isValid()) {
|
||||
// return 6;//static_cast<ExplainTreeModelItem*>(parent.internalPointer())->columnCount();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue