Skip to content

Commit e8233ce

Browse files
committed
runformat
1 parent 2cb4c41 commit e8233ce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/cli/QML-Samples-TableView/samplemodel.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
#include <QRandomGenerator>
55

66
SampleModel::SampleModel(QObject *parent) : QAbstractListModel(parent)
7-
{
8-
9-
}
7+
{}
108

119
int SampleModel::rowCount(const QModelIndex &parent) const
1210
{

0 commit comments

Comments
 (0)