mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-21 21:30:07 +01:00
The function toStdString() is only available when QT was
compiled with STL support. The configure script does
not check STL support and might build the QT examples
even if toStdString() is not available.
Fix this, by not using the function.
This fixes the previous commit
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| add-connection-wired.cpp | ||
| change-ipv4-addresses.cpp | ||
| list-connections.cpp | ||
| Makefile.am | ||
| monitor-nm-running.cpp | ||