mirror of
https://github.com/QuasarApp/DoctorPill.git
synced 2025-04-26 09:44:41 +00:00
fix async work
This commit is contained in:
parent
4dd75025f7
commit
527364b6fc
@ -85,8 +85,6 @@ void DoctorModel::usePill(QString pillName) {
|
||||
|
||||
void DoctorModel::diagnostic() {
|
||||
|
||||
_doctor.diagnostic();
|
||||
|
||||
auto work = [this](){
|
||||
_doctor.diagnostic();
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user