Пример #1
0
UBDocumentProxy::UBDocumentProxy(const QString& pPersistancePath)
    : mPageCount(0)
    , mHasDefaultImageBackground(false)
{
    init();
    setPersistencePath(pPersistancePath);
}
Пример #2
0
UBDocumentProxy::UBDocumentProxy(const QString& pPersistancePath)
    : mPageCount(0)
{
    init();
    setPersistencePath(pPersistancePath);
}