src/hbutils/document/hbdocumentloader.h
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
--- a/src/hbutils/document/hbdocumentloader.h	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbutils/document/hbdocumentloader.h	Mon May 03 12:48:33 2010 +0300
@@ -47,13 +47,14 @@
     HbDocumentLoader(const HbMainWindow *window);
     virtual ~HbDocumentLoader();
 
-
     QObjectList load( const QString &fileName, const QString &section , bool *ok = 0 );
     QObjectList load( QIODevice *device, const QString &section, bool *ok = 0 );
 
     QObjectList load( const QString &fileName, bool *ok = 0 );
     QObjectList load( QIODevice *device, bool *ok = 0 );
     
+    bool createBinary( QIODevice *srcDevice, QIODevice *dstDevice );
+
     QGraphicsWidget *findWidget(const QString &name) const;
     QObject *findObject(const QString &name) const;