mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 04:26:43 +00:00
qApp casts to QApplication, so it is only really valid when we're using QApplication. In addition, QApplication and qApp are part of QtWidgets, so using qApp adds an unnecessary dependency on QtWidgets to QtQuick-only applications.