Fixed plural usage and efficiency of function - using if (size()) rather than if...
commit85e31825282fc25a794808dc066d7cc7fdfc26d8
authorcoles <coles@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Thu, 5 Mar 2009 22:57:01 +0000 (5 22:57 +0000)
committercoles <coles@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>
Thu, 5 Mar 2009 22:57:01 +0000 (5 22:57 +0000)
tree8103bc232c8670dbdc725389099b57b41c363f69
parent371c75875e4793a61016556b6503ccc866e4a42e
Fixed plural usage and efficiency of function - using if (size())  rather than if (!empty()),
multiple calls to .end() for the termination condition of a for loop, and
multiple comparisons to .begin() within it to determine whether or not to print a comma.

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdenetwork@935690 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
kopete/protocols/yahoo/ui/yahoowebcamdialog.cpp