<div>Hi,</div><div><br></div>I just started using libnm-qt. I want to add a new connection using NetworkManager::Settings::addConnection(...). This returns a string = uuid. This should probably be used when reacting to the connectionAddComplete() signal to check which connection request it is about. The id returned by addConnection() is always 0...0. Shouldn't QUuid::CreateUuid().toString() [1] be used instead of QUuid().toString() [2]?<div>

<div><span style="background-color:rgb(250,250,250);color:rgb(51,51,51);font-size:11px;line-height:16px;white-space:pre-wrap"><br></span></div><div>[1] <a href="http://qt-project.org/doc/qt-4.8/quuid.html#createUuid">http://qt-project.org/doc/qt-4.8/quuid.html#createUuid</a></div>

[2] <a href="https://projects.kde.org/projects/kdereview/libnm-qt/repository/revisions/master/entry/settings.cpp#L79">https://projects.kde.org/projects/kdereview/libnm-qt/repository/revisions/master/entry/settings.cpp#L79</a><div>

<br></div><div>Best regards,</div><div><br></div><div>Christophe</div></div>