Hi, 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]?
[1] http://qt-project.org/doc/qt-4.8/quuid.html#createUuid [2] https://projects.kde.org/projects/kdereview/libnm-qt/repository/revisions/master/entry/settings.cpp#L79 Best regards, Christophe
_______________________________________________ kde-networkmanager mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-networkmanager
