mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-07 15:08:24 +00:00
Fix build in Release mode.
This commit is contained in:
parent
e66fdf1743
commit
4b7f6526ca
1 changed files with 1 additions and 1 deletions
|
|
@ -89,8 +89,8 @@ AsyncObjectBuilder::~AsyncObjectBuilder () {
|
|||
}
|
||||
|
||||
void AsyncObjectBuilder::createObject (QQmlEngine *engine, const char *path, Decorator decorator) {
|
||||
Q_ASSERT(!m_block_creation);
|
||||
#ifdef QT_DEBUG
|
||||
Q_ASSERT(!m_block_creation);
|
||||
m_block_creation = true;
|
||||
#endif // ifdef QT_DEBUG
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue