This commit is contained in:
QL 2020-10-04 15:01:19 -04:00
parent 77ab359d3f
commit ae82110e1a
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
/// @brief QP/C++ port to Qt
/// @cond
///***************************************************************************
/// Last updated for version 6.8.1 / Qt 5.x
/// Last updated on 2020-04-04
/// Last updated for version 6.9.1 / Qt 5.x
/// Last updated on 2020-10-04
///
/// Q u a n t u m L e a P s
/// ------------------------
@ -53,7 +53,7 @@ public:
std::uint_fast16_t const margin) noexcept override;
#else
bool post_(QEvt const * const e, std::uint_fast16_t const margin,
void const * const sender) override;
void const * const sender) noexcept override;
#endif // Q_SPY
void postLIFO(QEvt const * const e) noexcept override;
};

View File

@ -117,7 +117,7 @@ bool GuiQActive::post_(QEvt const * const e,
#else
bool GuiQActive::post_(QEvt const * const e,
std::uint_fast16_t const /*margin*/,
void const * const sender)
void const * const sender) noexcept
#endif
{
QF_CRIT_STAT_