diff options
Diffstat (limited to 'lyt/bounding.h')
-rw-r--r-- | lyt/bounding.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lyt/bounding.h b/lyt/bounding.h index d5beffd..23a29aa 100644 --- a/lyt/bounding.h +++ b/lyt/bounding.h @@ -29,11 +29,13 @@ public: LYTBounding(LYTLayout &layout); - void writeToDataStream(QDataStream &out); + Magic magic() const; + + void writeToDataStream(QDataStream &out) const; void readFromDataStream(QDataStream &in); - void dumpToDebug(bool showHeading=true); + void dumpToDebug(bool showHeading=true) const; }; -#endif // LYTPICTURE_H +#endif // LYTBOUNDING_H |