summaryrefslogtreecommitdiff
path: root/attic/muse2-oom/muse2/muse/widgets/pctablemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'attic/muse2-oom/muse2/muse/widgets/pctablemodel.h')
-rw-r--r--attic/muse2-oom/muse2/muse/widgets/pctablemodel.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/attic/muse2-oom/muse2/muse/widgets/pctablemodel.h b/attic/muse2-oom/muse2/muse/widgets/pctablemodel.h
deleted file mode 100644
index fe6da658..00000000
--- a/attic/muse2-oom/muse2/muse/widgets/pctablemodel.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _PROGRAMCHAMGETABLEMODEL_
-#define _PROGRAMCHAMGETABLEMODEL_
-
-#include <QStandardItemModel>
-#include <QStringList>
-
-class ProgramChangeTableModel : public QStandardItemModel
-{
- Q_OBJECT
- virtual QStringList mimeTypes();
-
- public:
- ProgramChangeTableModel(QObject *parent = 0);
- void emit_layoutChanged();
-};
-#endif