aboutsummaryrefslogtreecommitdiff
path: root/qml/main.qml
Commit message (Collapse)AuthorAgeFilesLines
* main.qml: remove useless onClosinglink2xt2020-10-271-6/+0
|
* Fix quitting the applicationlink2xt2020-10-271-1/+0
| | | | | | | | Event emitter should only be freed when it emits NULL. Previously dc_accounts_event_emitter_unref() was called earlier then needed, causing use-after-free. As a result, the application got stuck waiting for event emitter thread to finish.
* Reduce QML version requirementslink2xt2020-10-061-2/+2
| | | | Now KDeltaChat runs on openSUSE Leap 15.2
* Initial commitlink2xt2020-10-031-0/+58