summaryrefslogtreecommitdiffstats
path: root/mappingtreewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'mappingtreewidget.h')
-rw-r--r--mappingtreewidget.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/mappingtreewidget.h b/mappingtreewidget.h
index baf9fb1..d5c431f 100644
--- a/mappingtreewidget.h
+++ b/mappingtreewidget.h
@@ -75,22 +75,7 @@ class MappingTreeWidget : public QWidget {
QAction *mEditChildA;
};
-class MappingTreeView : public SmTreeView {
- Q_OBJECT
- public:
- MappingTreeView(QWidget *parent = 0);
-
- signals:
- void addMapping();
- void removeMapping();
- void clearMappings();
- void shiftFocus();
- void acceptPics();
- protected:
- virtual void contextMenuEvent(QContextMenuEvent *e);
- virtual void keyPressEvent(QKeyEvent *e);
-};
class MappingTreeResultView : public SmTreeView {
Q_OBJECT