
mythtv at cvs
Oct 11, 2008, 3:14 PM
Post #1 of 1
(70 views)
Permalink
|
|
mythtv commit: r18674 by stuartm
|
|
Author: stuartm Date: 2008-10-11 22:14:49 +0000 (Sat, 11 Oct 2008) New Revision: 18674 Changeset: http://cvs.mythtv.org/trac/changeset/18674 Modified: trunk/mythtv/libs/libmyth/uilistbtntype.cpp Log: With QT4 QList and others will assert if last(),first(),back(),front(),pop_back(),pop_front() etc are called on an empty list. This just adds isEmpty() checks in all the places that might happen for UIListBtnType. _______________________________________________ mythtv-commits mailing list mythtv-commits[at]mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|