OGS
OGSError.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6class QString;
7
12{
13public:
18 static void box(const QString &e);
19
26 static void box(const QString &e, const QString &t);
27
37 static bool question(const QString &e, const QString &t);
38
39
40protected:
43};
static void box(const QString &e)
Definition OGSError.cpp:13
static bool question(const QString &e, const QString &t)
Definition OGSError.cpp:26