Formatting, minor tweaks

This commit is contained in:
Klaus Basan
2017-07-04 23:05:57 +02:00
committed by Mathew Sutcliffe
parent a1e16ea162
commit 3780bc18e0
4 changed files with 5 additions and 7 deletions

View File

@@ -85,7 +85,7 @@ namespace BlackCore
void CAirspaceAnalyzer::gracefulShutdown()
{
bool s = QMetaObject::invokeMethod(&m_timer, "stop");
const bool s = QMetaObject::invokeMethod(&m_timer, "stop");
Q_ASSERT_X(s, Q_FUNC_INFO, "invoke failed");
Q_UNUSED(s);
}