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. This fixes the previous commit f73e3669 that I pushed accidentally. https://bugzilla.gnome.org/show_bug.cgi?id=727608Signed-off-by:Thomas Haller <thaller@redhat.com>
Showing
Please register or sign in to comment