Minor tweaks,

* formatting
* Startup screen tool window removed (as requested by RW)
This commit is contained in:
Klaus Basan
2014-06-23 00:26:53 +02:00
parent 5da3f55886
commit 42d8c53290
3 changed files with 3 additions and 4 deletions

View File

@@ -44,7 +44,6 @@ namespace BlackMisc
//! Add a value
void addValue(int index, const QVariant &value);
//! Add a value as non QVariant
template<class T> void addValue(int index, const T &value) { this->m_values.insert(index, CVariant::fromValue(value)); }