KSeExpr  4.0.4.0
ErrorMessages.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2020 L. E. Segovia <amy@amyspark.me>
2 // SPDX-License-Identifier: GPL-3.0-or-later
3 
4 /*
5  * @file ErrorCode.h
6  * @author L. E. Segovia, for Google Summer of Code 2020
7  */
8 
9 #ifndef __SeExpr_ErrorCode_h_
10 #define __SeExpr_ErrorCode_h_
11 
12 #include <QObject>
13 #include <KSeExpr/ErrorCode.h>
14 
15 class ErrorMessages : public QObject
16 {
17 
18 public:
19  static QString message(KSeExpr::ErrorCode code);
20 private:
21  Q_OBJECT
22 };
23 
24 #endif
static QString message(KSeExpr::ErrorCode code)
ErrorCode
Definition: ErrorCode.h:7