summaryrefslogtreecommitdiff
path: root/src/items/database/databaserelationship.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/items/database/databaserelationship.h')
-rw-r--r--src/items/database/databaserelationship.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/items/database/databaserelationship.h b/src/items/database/databaserelationship.h
index 4a07e86..d8762cf 100644
--- a/src/items/database/databaserelationship.h
+++ b/src/items/database/databaserelationship.h
@@ -52,10 +52,10 @@ public:
void updatePositions();
//! Returns true if the foreign key on the child table is also the primary key
- bool isIdentifying();
+ bool isIdentifying() const;
//! Returns true if the foreign key on the child table is required (NOT NULL)
- bool isRequired();
+ bool isRequired() const;
enum Cardinality {
ZeroOrMore,
@@ -99,9 +99,6 @@ protected:
private:
class PrivateData;
PrivateData *const d;
-
- QPolygonF m_line;
- QPolygonF m_arrowHead;
};
#endif