aboutsummaryrefslogtreecommitdiff
path: root/src/qt/initexecutor.cpp
AgeCommit message (Collapse)Author
2022-04-16qt: Replace `GUIUtil::ObjectInvoke()` with `QMetaObject::invokeMethod()`Hennadii Stepanov
The `GUIUtil::ObjectInvoke()` template function was a replacement of the `QMetaObject::invokeMethod()` functor overload which is available in Qt 5.10+. No behavior change.
2021-09-27qt: Keep InitExecutor in main gui threadJoão Barbosa
2021-07-14qt, refactor: Fix code styling of moved InitExecutor classHennadii Stepanov
2021-07-14qt, refactor: Move InitExecutor class into its own moduleHennadii Stepanov
This change makes InitExecutor class re-usable by an alternative GUI, e.g., QML-based one.