OpenLexocad  28.0
MessageParser.h
Go to the documentation of this file.
1 #pragma once
2 #include <QString>
3 
4 class LX_BASE_EXPORT CMessageParser
5 {
6 public:
7  static QString get(const QString& msg);
8 };
CMessageParser
Definition: MessageParser.h:5
CMessageParser::get
static QString get(const QString &msg)