File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
OMEdit/OMEditLIB/Modeling Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -463,9 +463,9 @@ namespace ModelInstance
463463 void deserialize (const QJsonObject &jsonObject);
464464
465465 const QStringList &getAbsynDimensions () const {return mAbsynDims ;}
466- QString getAbsynDimensionsString () const {return mAbsynDims .join (" , " );}
466+ QString getAbsynDimensionsString (const QString &separator = " , " ) const {return mAbsynDims .join (separator );}
467467 const QStringList &getTypedDimensions () const {return mTypedDims ;}
468- QString getTypedDimensionsString () const {return mTypedDims .join (" , " );}
468+ QString getTypedDimensionsString (const QString &separator = " , " ) const {return mTypedDims .join (separator );}
469469 bool isArray () const {return !mTypedDims .isEmpty ();}
470470 private:
471471 QStringList mAbsynDims ;
You can’t perform that action at this time.
0 commit comments