Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
home:aualin:kde
kdebase3
konq_listviewwidget.gcc5.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File konq_listviewwidget.gcc5.patch of Package kdebase3
--- konqueror/listview/konq_listviewwidget.cc 2015-07-12 04:12:34.000000000 -0300 +++ konqueror/listview/konq_listviewwidget.fix.cc 2015-07-12 12:40:10.520645259 -0300 @@ -1177,7 +1177,7 @@ #endif iterator it = begin(); - for( ; it != end(); ++it ) + for( ; it != end(); it++ ) if ( (*it).item() == _fileitem ) { kdDebug(1202) << k_funcinfo << "removing " << _fileitem->url().url() << " from tree!" << endl; @@ -1219,7 +1219,7 @@ for ( ; kit.current(); ++kit ) { iterator it = begin(); - for ( ; it != end(); ++it ) + for ( ; it != end(); it++ ) if ( (*it).item() == kit.current() ) { it->updateContents(); @@ -1328,7 +1328,7 @@ void KonqBaseListViewWidget::disableIcons( const KURL::List & lst ) { iterator kit = begin(); - for( ; kit != end(); ++kit ) + for( ; kit != end(); kit++ ) { bool bFound = false; // Wow. This is ugly. Matching two lists together....
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor