Tim Beaulen 2e78ff6e5e From EBN:
Check for QString compares to ""... OOPS! 1 issue found!
 ./libs/plasma/widgets/lineedit.cpp: line#178 (1) 
 Do not compare a QString to "". Instead use the .isEmpty() method. For example, if(str == "") becomes if(str.isEmpty())

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=679628
2007-06-24 12:50:58 +00:00
..
2007-06-20 21:08:30 +00:00
2007-05-22 21:05:42 +00:00
2007-06-24 12:50:58 +00:00
2007-06-21 18:47:04 +00:00
2007-06-07 20:57:18 +00:00
2007-05-30 16:47:36 +00:00