summaryrefslogtreecommitdiff
path: root/src/diagramdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagramdocument.h')
-rw-r--r--src/diagramdocument.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/diagramdocument.h b/src/diagramdocument.h
index c97abcb..2c87fe0 100644
--- a/src/diagramdocument.h
+++ b/src/diagramdocument.h
@@ -59,6 +59,8 @@ public:
void itemMoved(DiagramItem *table);
void itemHasMoved(DiagramItem *table);
+ template <class T> QList<T *> itemsByType();
+
signals:
void modeChanged(DiagramDocument::Mode mode);
@@ -80,8 +82,6 @@ private:
Mode m_mode;
QString m_fileName;
QGraphicsLineItem *m_line;
- QList<DatabaseTable *> m_tables;
- QList<DatabaseRelationship *> m_relations;
};
#endif