mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-09 00:05:52 -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
|
#endif
|
||||||
if(libName == myLib->library()){
|
if(libName == myLib->library()){
|
||||||
// set the checkbox
|
// set the checkbox
|
||||||
pl->setState(QCheckListItem::On);
|
pl->setOn(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user