From 9d21875c079efd09c6fb2d6608cd26eca5a0f6d5 Mon Sep 17 00:00:00 2001 From: Claudio Valerio Date: Fri, 7 Sep 2012 14:41:34 +0200 Subject: [PATCH] fixed issue 1115 --- src/core/UBPersistenceManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/UBPersistenceManager.cpp b/src/core/UBPersistenceManager.cpp index 62c1aca0..44c534aa 100644 --- a/src/core/UBPersistenceManager.cpp +++ b/src/core/UBPersistenceManager.cpp @@ -913,7 +913,7 @@ bool UBPersistenceManager::addFileToDocument(UBDocumentProxy* pDocumentProxy, QString& destinationPath, QByteArray* data) { - QAssert(path.length()); + Q_ASSERT(path.length()); QFileInfo fi(path); if (!pDocumentProxy || objectUuid.isNull())