KSeExpr 6.0.0.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
15class ErrorMessages : public QObject
16{
17
18public:
19 static QString message(KSeExpr::ErrorCode code);
20private:
21 Q_OBJECT
22};
23
24#endif
static QString message(KSeExpr::ErrorCode code)