Menu Toolbar version 1.1

This commit is contained in:
Jakub Rojek
2015-11-04 19:25:04 +01:00
parent 85a611ed19
commit 5db81053ef
34 changed files with 794 additions and 8 deletions

View File

@@ -0,0 +1,15 @@
#include "qmlmenutoolbarmodel.h"
#include "qmlmenutoolbaritem.h"
#include <QDebug>
QmlMenuToolbarModel::QmlMenuToolbarModel( QObject* a_pParent )
: QmlListModel( new QmlMenuToolbarItem(), a_pParent )
{
}
QmlMenuToolbarModel::~QmlMenuToolbarModel()
{
}