OGS
OGSError.h
Go to the documentation of this file.
1
15#pragma once
16
17class QString;
18
23{
24public:
29 static void box(const QString &e);
30
37 static void box(const QString &e, const QString &t);
38
48 static bool question(const QString &e, const QString &t);
49
50
51protected:
54};
Manages error messages via message boxes.
Definition OGSError.h:23
static void box(const QString &e)
Definition OGSError.cpp:23
static bool question(const QString &e, const QString &t)
Definition OGSError.cpp:36