OGS
OGSError.h
Go to the documentation of this file.
1 
15 #pragma once
16 
17 class QString;
18 
22 class OGSError
23 {
24 public:
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 
51 protected:
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