Remove some unused variables

This commit is contained in:
Jonas Kvinge
2018-08-29 22:17:23 +02:00
parent ac6cac8da1
commit 5af58c19ae
6 changed files with 7 additions and 23 deletions

View File

@@ -47,7 +47,7 @@ BusyIndicator::BusyIndicator(QWidget* parent)
void BusyIndicator::Init(const QString &text) {
movie_ = new QMovie(":pictures/spinner.gif"),
movie_ = new QMovie(":/pictures/spinner.gif"),
label_ = new QLabel;
QLabel *icon = new QLabel;