}
}
-void HYDROGUI_CalculationDlg::setBoundary( QString& theObjName )
+void HYDROGUI_CalculationDlg::setBoundary( const QString& theObjName )
{
bool isBlocked = myPolylineName->blockSignals( true );
myPolylineName->setCurrentIndex( myPolylineName->findText( theObjName ) );
HYDROGUI_Zone* getCurrentZone() const;
public slots:
- void setBoundary( QString& theObjName );
+ void setBoundary( const QString& theObjName );
void includeGeomObjects( const QStringList& theObjects );
void excludeGeomObjects( const QStringList& theObjects );
void onEmptyName();