UBDocumentProxy::UBDocumentProxy(const QString& pPersistancePath) : mPageCount(0) , mHasDefaultImageBackground(false) { init(); setPersistencePath(pPersistancePath); }
UBDocumentProxy::UBDocumentProxy(const QString& pPersistancePath) : mPageCount(0) { init(); setPersistencePath(pPersistancePath); }