Commit 4b7f6526 authored by Ghislain MARY's avatar Ghislain MARY

Fix build in Release mode.

parent e66fdf17
...@@ -89,8 +89,8 @@ AsyncObjectBuilder::~AsyncObjectBuilder () { ...@@ -89,8 +89,8 @@ AsyncObjectBuilder::~AsyncObjectBuilder () {
} }
void AsyncObjectBuilder::createObject (QQmlEngine *engine, const char *path, Decorator decorator) { void AsyncObjectBuilder::createObject (QQmlEngine *engine, const char *path, Decorator decorator) {
Q_ASSERT(!m_block_creation);
#ifdef QT_DEBUG #ifdef QT_DEBUG
Q_ASSERT(!m_block_creation);
m_block_creation = true; m_block_creation = true;
#endif // ifdef QT_DEBUG #endif // ifdef QT_DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment