]> git.tdb.fi Git - libs/gui.git/blob - errordialog.cpp
59085b452420b106aa3d08ab122f508d9e36baaa
[libs/gui.git] / errordialog.cpp
1 #include "errordialog.h"
2
3 using namespace std;
4
5 namespace Msp {
6 namespace Graphics {
7
8 bool ErrorDialog::report_uncaught_exception(const exception &) const
9 {
10         // TODO Implement a simple dialog with basic X11 primitives
11         return false;
12 }
13
14 } // namespace Graphics
15 } // namespace Msp