Ref T515, minor UI adjustments, however still an "QWindowsWindow::setGeometry: Unable to set geometry" somewhere in the log component (uncritical, only Qt warning)

This commit is contained in:
Klaus Basan
2019-01-29 00:17:45 +01:00
committed by Mat Sutcliffe
parent 13357516fa
commit 0669f5136f
4 changed files with 24 additions and 69 deletions

View File

@@ -87,7 +87,7 @@ namespace BlackGui
CAircraftMatcherSetup setup = m_matchingSettings.get();
if (setup.doVerificationAtStartup() == checked) { return; }
setup.setVerificationAtStartup(checked);
CStatusMessage msg = m_matchingSettings.setAndSave(setup);
const CStatusMessage msg = m_matchingSettings.setAndSave(setup);
Q_UNUSED(msg);
}