Miłosz Kosobucki
Miłosz Kosobucki
> @MiKom All fixtures usually derive from `AllocatorsTestFixture` and you have to remember to call the base `SetUp/TearDown` functions, so maybe one or other of those are missing in this...
For PR readers: the memory leaks were a result of the combination of a peculiar way that EMotionFX test suite simulated mouse clicks and slightly incorrect way of memory management...
@bhanuja-s I left the current behavior intact. It would be possible to change this behavior to be in line with Script Canvas but unfortunately, it wouldn't be trivial. Not too...
@hultonha The CI failure we have (https://jenkins.build.o3de.org/job/O3DE/job/PR-12594/1/display/redirect) doesn't seem to be related to this change. It seems like some exception was thrown in Asset Processor tests. To be honest, I...
Please disregard these two commits, it was a typo in the issue number.
Another option before moving to Qt6 or waiting a year for the code from The Qt Company is switching to a Qt5 fork maintained by the KDE project: https://community.kde.org/Qt5PatchCollection The...
What I do in KDUtils right now is: ``` #include //... std::ignore = prop.connect([this]{ ... }); ```
@kshanik The convenience around this in KDUtils landed in this commit: https://github.com/KDAB/KDUtils/commit/9104992362df015aa296e6117b5945bf76676781. Available on `main` branch.