amnezia-client/client/core/errorstrings.h
2021-07-05 20:47:46 +00:00

14 lines
228 B
C++
Executable file

#ifndef ERRORSTRINGS_H
#define ERRORSTRINGS_H
#include <QDebug>
#include "defs.h"
using namespace amnezia;
QString errorString(ErrorCode code);
QDebug operator<<(QDebug debug, const ErrorCode &e);
#endif // ERRORSTRINGS_H