refactored windowmanager

This commit is contained in:
fourtf
2017-04-13 19:25:33 +02:00
parent 11fed12be1
commit d96c4a5c91
8 changed files with 59 additions and 50 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ void SettingsDialog::addTabs()
QObject::connect(slider, &QSlider::valueChanged, this, [this, &settings](int value) {
settings.themeHue.set(value / 1000.0);
WindowManager::updateAll();
WindowManager::getInstance().updateAll();
});
group->setLayout(form);