Qt 6.11 is out! See what's new in the release
blog
Exceptions and its messages
-
QException has not message in contructor (std::exception the same)
How I can throw exception with information? I must subclass QException? How,
this way:
https://forum.qt.io/topic/56642/subclassing-qexception
? -