aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake/quick_dependency_automatically_added/test/test.h
blob: 1409be56fd83bb92bd1481af4b90c38868a2d74b (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <QStringListModel>
#include <qqmlintegration.h>

struct DataModel : QStringListModel
{
    Q_OBJECT
    QML_ELEMENT
};