From e8233ceb67cba72a4d4c5e14f52258f929054c3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Mon, 8 May 2023 10:30:20 +0200 Subject: [PATCH] runformat --- test/cli/QML-Samples-TableView/samplemodel.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/cli/QML-Samples-TableView/samplemodel.cpp b/test/cli/QML-Samples-TableView/samplemodel.cpp index de7a5b139..7032d37a7 100644 --- a/test/cli/QML-Samples-TableView/samplemodel.cpp +++ b/test/cli/QML-Samples-TableView/samplemodel.cpp @@ -4,9 +4,7 @@ #include SampleModel::SampleModel(QObject *parent) : QAbstractListModel(parent) -{ - -} +{} int SampleModel::rowCount(const QModelIndex &parent) const {