Solve some unreferenced parameter warnings
(C4100: unreferenced formal parameter)
This commit is contained in:
@ -15,6 +15,7 @@ GPUCommandStreamItemModel::GPUCommandStreamItemModel(QObject* parent)
|
||||
}
|
||||
|
||||
int GPUCommandStreamItemModel::rowCount(const QModelIndex& parent) const {
|
||||
Q_UNUSED(parent);
|
||||
return command_count;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user