mirror of https://github.com/cutefishos/calamares
[libcalamares] Avoid static destructor
- The static destructor issues a warning on exit:
QBasicTimer::start: QBasicTimer can only be used with threads
started with QThread
so instead, heap-allocate the model. This leaks memory, but
it's a singleton *and* we're exiting anyway.
main
parent
a263381996
commit
69dabcae32
Loading…
Reference in New Issue