Fixed some warnings (left some because they need more attention)

This commit is contained in:
Eelke Klein 2017-02-02 07:22:54 +01:00
parent ccae3685ac
commit 468779ba38
6 changed files with 12 additions and 8 deletions

View file

@ -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();