From 3189ca5efc5826405bf2e9c7d9949ad5ea9a8a10 Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 12 Sep 2012 14:57:44 +0200 Subject: initial un-exporter version --- lsmaterialmodel.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 lsmaterialmodel.h (limited to 'lsmaterialmodel.h') diff --git a/lsmaterialmodel.h b/lsmaterialmodel.h deleted file mode 100644 index 6b75fd6..0000000 --- a/lsmaterialmodel.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef LSMATERIALMODEL_H -#define LSMATERIALMODEL_H - -#include -#include "lyt/materials/materialcontainer.h" - -class LSMaterialModel : public QAbstractListModel -{ - Q_OBJECT -public: - explicit LSMaterialModel(LYTMaterialContainer *container, QObject *parent = 0); - - int rowCount(const QModelIndex &parent) const; - QVariant data(const QModelIndex &index, int role) const; - -private: - LYTMaterialContainer *m_container; - -signals: - -public slots: - -}; - -#endif // LSMATERIALMODEL_H -- cgit v1.2.3