2e78ff6e5e
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 |
||
---|---|---|
.. | ||
checkbox.cpp | ||
checkbox.h | ||
icon.cpp | ||
icon.h | ||
layout.cpp | ||
layout.h | ||
layoutitem.cpp | ||
layoutitem.h | ||
lineedit.cpp | ||
lineedit.h | ||
Mainpage.dox | ||
pushbutton.cpp | ||
pushbutton.h | ||
radiobutton.cpp | ||
radiobutton.h | ||
vboxlayout.cpp | ||
vboxlayout.h | ||
widget.cpp | ||
widget.h |