diff options
Diffstat (limited to 'qt/qdbusintegrator.cpp')
| -rw-r--r-- | qt/qdbusintegrator.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/qt/qdbusintegrator.cpp b/qt/qdbusintegrator.cpp index 3f907256..dc038abb 100644 --- a/qt/qdbusintegrator.cpp +++ b/qt/qdbusintegrator.cpp @@ -1097,7 +1097,7 @@ static bool applyForObject(QDBusConnectionPrivate::ObjectTreeNode *root, const Q                  return true;              } -            const QObjectList &children = obj->children(); +            const QObjectList children = obj->children();              // find a child with the proper name              QObject *next = 0; | 
