mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-31 00:03:42 -04:00
changed function for setting check box to maintain qt 3.1.2 compatibility
git-svn-id: http://svn.osgeo.org/qgis/trunk@759 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
40c9bd62fc
commit
1c70f7bc6f
@ -108,7 +108,7 @@ QDir pluginDir(txtPluginDir->text(), "*.so*", QDir::Name | QDir::IgnoreCase, QDi
|
||||
#endif
|
||||
if(libName == myLib->library()){
|
||||
// set the checkbox
|
||||
pl->setState(QCheckListItem::On);
|
||||
pl->setOn(true);
|
||||
}
|
||||
}
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user