NetworkManager/examples/C/qt
Thomas Haller f73e3669b3 examples: fix qt demo to work without STL support
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.

https://bugzilla.gnome.org/show_bug.cgi?id=727608

Signed-off-by: Thomas Haller <thaller@redhat.com>
2014-04-04 17:06:08 +02:00
..
.gitignore trivial: add gitignore for qt examples 2013-04-29 14:14:11 +02:00
add-connection-wired.cpp test: add missing return values 2011-10-10 16:02:27 -05:00
change-ipv4-addresses.cpp examples: add a Qt example for setting manual IPv4 addresses into a connection 2011-06-08 19:18:53 +02:00
list-connections.cpp examples: add another Qt example for listing connections 2011-04-20 19:49:41 -05:00
Makefile.am build: switch from $(INCLUDES) to $(AM_CPPFLAGS) to make automake happy 2013-08-22 11:49:16 -04:00
monitor-nm-running.cpp examples: fix qt demo to work without STL support 2014-04-04 17:06:08 +02:00