trikRuntime
|
RAII-style helper class that performs deferred deinitialization, intended to be used in main programs or test cases (with Q_UNUSED macro). More...
#include <deinitializationHelper.h>
Public Member Functions | |
~DeinitializationHelper () | |
Here is all the magic - runs zero-time event loop when this object is destroyed. More... | |
RAII-style helper class that performs deferred deinitialization, intended to be used in main programs or test cases (with Q_UNUSED macro).
Runs zero-time event loop that processes all deleteLater() requests and so on, then shuts down.
DeinitializationHelper::~DeinitializationHelper | ( | ) |
Here is all the magic - runs zero-time event loop when this object is destroyed.