subsurface/subsurface-core
Tomaz Canabrava ccf29679ae Fix usage of QString
1 - Pass QStrings by const-ref
2 - Don't initialize empty strings with "", they are empty
    by default
3 - Don't compare empty strings with "", use .isEmpty()
4 - don't append or prepend " ", use QChar(' ')
5 - don't compare QStrings with "constant string", use
    QLatin1String(" constant string" )

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2016-01-26 09:51:14 -08:00
..
2016-01-26 09:51:14 -08:00
2016-01-26 09:51:14 -08:00
2015-10-30 10:36:49 -07:00
2015-10-30 10:36:49 -07:00
2015-11-15 12:10:37 -08:00
2015-11-02 19:54:34 -08:00
2015-11-15 12:10:37 -08:00
2016-01-11 06:14:45 -08:00
2016-01-01 00:55:34 -08:00
2015-10-30 10:36:49 -07:00
2015-10-30 10:36:49 -07:00
2015-11-15 12:10:37 -08:00
2015-11-02 19:54:34 -08:00
2015-11-09 18:00:56 -08:00
2016-01-24 21:26:45 -08:00
2015-11-06 09:59:00 -08:00
2015-11-14 10:43:37 -08:00
2016-01-10 14:12:23 -08:00
2015-12-27 21:31:13 -08:00
2016-01-24 21:27:05 -08:00