mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-07-01 23:02:23 +08:00
6.5.3 clean
This commit is contained in:
@ -65,7 +65,8 @@ private:
|
||||
#define PROPAGATE_EVENT(windowHandler, eventClass, itemHandler) \
|
||||
void windowHandler(eventClass *e) override \
|
||||
{ \
|
||||
foreach (Item *i, m_items) \
|
||||
const auto copy = m_items; /* needed? */ \
|
||||
for (Item *i : copy) \
|
||||
i->itemHandler(e); \
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user