We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cb4c41 commit e8233ceCopy full SHA for e8233ce
1 file changed
test/cli/QML-Samples-TableView/samplemodel.cpp
@@ -4,9 +4,7 @@
4
#include <QRandomGenerator>
5
6
SampleModel::SampleModel(QObject *parent) : QAbstractListModel(parent)
7
-{
8
-
9
-}
+{}
10
11
int SampleModel::rowCount(const QModelIndex &parent) const
12
{
0 commit comments