refactor(ui): Remove rendering setup button

This commit is contained in:
Lars Toenning
2024-11-22 10:01:12 +01:00
parent d73a4c4c88
commit b69b928b06
6 changed files with 0 additions and 26 deletions

View File

@@ -317,9 +317,6 @@ void SwiftGuiStd::initGuiSignals()
// interpolation and validation
connect(ui->comp_MainInfoArea->getMappingComponent(), &CMappingComponent::requestValidationDialog, this,
&SwiftGuiStd::displayValidationDialog);
connect(ui->comp_MainInfoArea->getInterpolationComponent(),
&CInterpolationComponent::requestRenderingRestrictionsWidget,
[=] { this->setSettingsPage(CSettingsComponent::SettingTabSimulator); });
// on top
connect(sGui, &CGuiApplication::alwaysOnTop, this, &SwiftGuiStd::onToggledWindowsOnTop, Qt::QueuedConnection);