build fixes

# Conflicts:
#	pglablib/sqlast/SelectList.h
This commit is contained in:
eelke 2022-05-24 18:56:39 +02:00
parent 2ad5fa5e4e
commit a7d4a5f13d
7 changed files with 11 additions and 9 deletions

View file

@ -87,7 +87,7 @@ bool ParamListModel::setData(const QModelIndex &index, const QVariant &value, in
break;
}
emit dataChanged(index, index, QVector<int>() << role);
Q_EMIT dataChanged(index, index, QVector<int>() << role);
return true;
}
}