Fixed an issue introduced during qtless-canvas development (message was not displayed)

This commit is contained in:
Matthias Koefferlein
2022-05-24 23:44:08 +02:00
parent 49ee4439a0
commit a4dd5c1d3c
+1 -1
View File
@@ -282,7 +282,7 @@ public:
/** /**
* @brief Display a status message * @brief Display a status message
*/ */
void message (const std::string &s = "", int timeout = 10); virtual void message (const std::string &s = "", int timeout = 10);
/** /**
* @brief The "dirty" flag indicates that one of the layout has been modified * @brief The "dirty" flag indicates that one of the layout has been modified