mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 09:15:34 +08:00
Minor tweaks,
* formatting * Startup screen tool window removed (as requested by RW)
This commit is contained in:
@@ -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)); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user