MCPcopy Create free account
hub / github.com/KDAB/GammaRay / NetworkSelectionModelTest

Class NetworkSelectionModelTest

tests/networkselectionmodeltest.cpp:128–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128class NetworkSelectionModelTest : public QObject
129{
130 Q_OBJECT
131private:
132 static void fillModel(QStandardItemModel *model)
133 {
134 model->appendRow(new QStandardItem(QStringLiteral("Row 1")));
135 model->appendRow(new QStandardItem(QStringLiteral("Row 2")));
136 model->appendRow(new QStandardItem(QStringLiteral("Row 3")));
137 model->appendRow(new QStandardItem(QStringLiteral("Row 4")));
138 model->appendRow(new QStandardItem(QStringLiteral("Row 5")));
139 }
140
141private slots:
142 static void initTestCase()

Callers

nothing calls this directly

Calls 1

appendRowMethod · 0.80

Tested by

no test coverage detected