runformat
This commit is contained in:
parent
2cb4c4126a
commit
e8233ceb67
|
@ -4,9 +4,7 @@
|
||||||
#include <QRandomGenerator>
|
#include <QRandomGenerator>
|
||||||
|
|
||||||
SampleModel::SampleModel(QObject *parent) : QAbstractListModel(parent)
|
SampleModel::SampleModel(QObject *parent) : QAbstractListModel(parent)
|
||||||
{
|
{}
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
int SampleModel::rowCount(const QModelIndex &parent) const
|
int SampleModel::rowCount(const QModelIndex &parent) const
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue