src/hbutils/document/hbdocumentloadersyntax_p.h
changeset 30 80e4d18b72f5
parent 7 923ff622b8b9
--- a/src/hbutils/document/hbdocumentloadersyntax_p.h	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbutils/document/hbdocumentloadersyntax_p.h	Mon Oct 04 00:38:12 2010 +0300
@@ -30,6 +30,7 @@
 
 #include <hbglobal.h>
 #include <hbfontspec.h> // Needed for the Role enum
+#include <hbframedrawer.h>
 
 #include <QHash>
 #include <QList>
@@ -78,7 +79,13 @@
     bool createVariable( HbXmlVariable& variable );
 
     static bool convertSizeHintType(
-        const QString &type, Qt::SizeHint &resultHint, bool &resultFixed);
+        const QString &type, 
+        Qt::SizeHint &resultHint,
+        bool &resultFixed);
+
+    static bool convertFrameType(
+        const QString &type,
+        HbFrameDrawer::FrameType &resultType);
 
     bool readGeneralStartItem();
     bool readLayoutStartItem();