Skip to content

Commit

Permalink
- handle modelica_string type.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@24530 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Feb 11, 2015
1 parent ca2549b commit d0bbda9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Util/Helper.cpp
Expand Up @@ -103,6 +103,7 @@ QString Helper::errorComponentAnnotationString = QString("{-100.0,-100.0,100.0,1
"Line(true, {0.0, 0.0}, 0, {{100, 100}, {-100, -100}}, {255, 0, 0}, LinePattern.Solid, 0.25, {Arrow.None, Arrow.None}, 3, Smooth.None)}}");
/* Meta Modelica Types */
QString Helper::MODELICA_METATYPE = QString("modelica_metatype");
QString Helper::MODELICA_STRING = QString("modelica_string");
QString Helper::MODELICA_BOOLEAN = QString("modelica_boolean");
QString Helper::MODELICA_INETGER = QString("modelica_integer");
QString Helper::MODELICA_REAL = QString("modelica_real");
Expand Down
1 change: 1 addition & 0 deletions OMEdit/OMEditGUI/Util/Helper.h
Expand Up @@ -105,6 +105,7 @@ class Helper : public QObject
static QString errorComponentAnnotationString;
/* Meta Modelica Types */
static QString MODELICA_METATYPE;
static QString MODELICA_STRING;
static QString MODELICA_BOOLEAN;
static QString MODELICA_INETGER;
static QString MODELICA_REAL;
Expand Down

0 comments on commit d0bbda9

Please sign in to comment.