mirror of
https://github.com/QuantumLeaps/qpcpp.git
synced 2025-01-14 05:42:57 +08:00
6.9.1
This commit is contained in:
parent
77ab359d3f
commit
ae82110e1a
@ -2,8 +2,8 @@
|
|||||||
/// @brief QP/C++ port to Qt
|
/// @brief QP/C++ port to Qt
|
||||||
/// @cond
|
/// @cond
|
||||||
///***************************************************************************
|
///***************************************************************************
|
||||||
/// Last updated for version 6.8.1 / Qt 5.x
|
/// Last updated for version 6.9.1 / Qt 5.x
|
||||||
/// Last updated on 2020-04-04
|
/// Last updated on 2020-10-04
|
||||||
///
|
///
|
||||||
/// Q u a n t u m L e a P s
|
/// 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;
|
std::uint_fast16_t const margin) noexcept override;
|
||||||
#else
|
#else
|
||||||
bool post_(QEvt const * const e, std::uint_fast16_t const margin,
|
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
|
#endif // Q_SPY
|
||||||
void postLIFO(QEvt const * const e) noexcept override;
|
void postLIFO(QEvt const * const e) noexcept override;
|
||||||
};
|
};
|
||||||
|
@ -117,7 +117,7 @@ bool GuiQActive::post_(QEvt const * const e,
|
|||||||
#else
|
#else
|
||||||
bool GuiQActive::post_(QEvt const * const e,
|
bool GuiQActive::post_(QEvt const * const e,
|
||||||
std::uint_fast16_t const /*margin*/,
|
std::uint_fast16_t const /*margin*/,
|
||||||
void const * const sender)
|
void const * const sender) noexcept
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
QF_CRIT_STAT_
|
QF_CRIT_STAT_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user