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:
gsherman 2004-02-08 22:13:25 +00:00
parent 40c9bd62fc
commit 1c70f7bc6f

View File

@ -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{