Formatting

This commit is contained in:
Jonas Kvinge
2022-03-22 21:09:05 +01:00
parent 8cb4e75f70
commit f6b70fda71
106 changed files with 446 additions and 479 deletions

View File

@@ -38,16 +38,14 @@ BusyIndicator::BusyIndicator(const QString &text, QWidget *parent)
label_(nullptr) {
Init(text);
}
BusyIndicator::BusyIndicator(QWidget *parent)
: QWidget(parent),
movie_(nullptr),
label_(nullptr) {
: QWidget(parent),
movie_(nullptr),
label_(nullptr) {
Init(QString());
}
void BusyIndicator::Init(const QString &text) {