Formatting, doxygen, typo aircrafts (to aircraft),

removed some debug output, {} in if statements
This commit is contained in:
Klaus Basan
2014-12-15 00:52:58 +01:00
parent ca19ee8053
commit 366769a6b8
43 changed files with 189 additions and 163 deletions

View File

@@ -116,8 +116,6 @@ namespace BlackCore
//! Change settings
void changeSettings(uint typeValue);
private:
mutable QReadWriteLock m_lock; //!< thread safety
};
}