include $(top_srcdir)/adm_local/unix/make_common_starter.am
-ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
- -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files
+ACLOCAL_AMFLAGS = -I adm_local/unix/config_files -I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files
if GUI_ENABLE_CORBA
IDLDIR = idl
*/
bool QtxPopupMgr::hasRule( QAction* a, const RuleType t ) const
{
- return a ? expression( a, t, false ) : false;
+ return a ? ( expression( a, t, false ) != NULL ) : false;
}
/*!
QString Style_Model::getStringValue( int theId, const bool theIsDef ) const
{
- QString aRes = false;
+ QString aRes;
QVariant aValue;
if ( myValues.contains(theId) && myValues[theId].myType == String ) {
if ( theIsDef )