This commit is contained in:
2025-12-28 20:18:28 +01:00
parent 94323e7409
commit 517dcceb81
6 changed files with 826 additions and 7 deletions

4
bc.h
View File

@@ -52,6 +52,10 @@ public:
BCException( const QString& what, const QString& param="" );
BCException( const QString& what, int errCode );
// das ist unsinn: exception werden nicht zwangsläufig im
// gui thread gefangen, das popup kann aber nur dort
// angezeigt werden.
//void popup() const;
};
namespace bc