Tomaz Canabrava cf848e5233 Correct the usage of std::string and QString
QStrings shouldn't be == "" to check for empty string, use .isEmpty()
QStrings shouldn't be != "" to check for non empty, use .size()
std::string shouldn't be cleared with = "", use .clear()

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2014-05-11 01:57:00 -07:00
..
2014-05-07 22:02:21 -07:00
2014-02-27 20:09:57 -08:00
2014-02-08 08:00:27 -08:00
2014-02-27 11:44:59 -08:00
2014-02-27 20:09:57 -08:00
2014-03-03 13:29:22 -08:00
2014-05-07 15:18:59 -07:00
2014-05-07 15:17:58 -07:00