The problematic line is obviously this:

if ( mysqldPath.isEmpty() || mysqldPath.compare( QLatin1String( 
"SERVERCMD_MYSQL-NOTFOUND" ) ))

The result of the compare() function should either be checked for being 0, or, 
one should simply use operator==

Thanks,
Carsten



_______________________________________________
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-kde-extras

Reply via email to