X-Git-Url: https://git.sur5r.net/?p=minitube;a=blobdiff_plain;f=lib%2Fupdater%2Fsrc%2Fupdater.cpp;h=564f2d2f72f44f55daa71b19559783ff5039ee66;hp=3efa41c9fe16392868f0eb920a6fce337b6f26ac;hb=2e524d4ed49280113efb6318b32d7f8931c5ccbd;hpb=3800f6fe8c95e30967c8da99d4b1669a26bf173c diff --git a/lib/updater/src/updater.cpp b/lib/updater/src/updater.cpp index 3efa41c..564f2d2 100644 --- a/lib/updater/src/updater.cpp +++ b/lib/updater/src/updater.cpp @@ -109,7 +109,7 @@ QLabel *Updater::getLabel() { } label->setText(t); }; - connect(this, &Updater::statusChanged, this, onStatusChange); + connect(this, &Updater::statusChanged, label, onStatusChange); onStatusChange(status); } return label;