Commit ec7e412658e33ca7f8f13daba55e35641bc999be

Authored by Josh Klontz
1 parent bddd6a34

export this function for use in applications

Showing 1 changed file with 1 additions and 1 deletions
openbr/core/qtutils.h
... ... @@ -64,7 +64,7 @@ namespace QtUtils
64 64 QStringList toStringList(const std::vector<std::string> &string_list);
65 65 QStringList toStringList(int num_strings, const char* strings[]);
66 66 QString shortTextHash(QString string);
67   - QStringList parse(QString args, char split = ',', bool *ok = NULL);
  67 + BR_EXPORT QStringList parse(QString args, char split = ',', bool *ok = NULL);
68 68 void checkArgsSize(const QString &name, const QStringList &args, int min, int max);
69 69 BR_EXPORT_ALWAYS QPointF toPoint(const QString &string, bool *ok = NULL);
70 70 BR_EXPORT_ALWAYS QRectF toRect(const QString &string, bool *ok = NULL);
... ...