refs #335, Minor tweaks:

* Formatting
* renaming
* fixed some issues of cppcheck
* new icons
* smooth scrolling in views, stretching for few columns
* fixed start timer in updatetimer
* background colors of some LEDs
This commit is contained in:
Klaus Basan
2014-10-24 23:55:36 +02:00
committed by Roland Winklmeier
parent a9768566e6
commit 43ecc238ed
36 changed files with 186 additions and 124 deletions

View File

@@ -40,7 +40,7 @@ namespace BlackMisc
CSelcal(const char *code) : m_code(code) {}
//! Is valid?
bool isValid() const { return CSelcal::isValidCode(this->m_code); }
bool isValid() const { return isValidCode(this->m_code); }
//! Get SELCAL code
const QString &getCode() const { return this->m_code; }