Formatting, minor UI tweaks

* minor renamings in simulator selector
* simplified namespaces

Ref T246
This commit is contained in:
Klaus Basan
2018-02-10 19:13:35 +01:00
parent 4f63c04225
commit 117e8996bb
11 changed files with 47 additions and 29 deletions

View File

@@ -36,7 +36,6 @@ namespace BlackGui
QString m_isoCode;
QString m_name;
};
} // namespace
} // namespace

View File

@@ -79,7 +79,6 @@ namespace BlackGui
//! Get the filter, this is the filter itself, not its widget or dialog
virtual std::unique_ptr<IModelFilter<ContainerType>> createModelFilter() const = 0;
};
} // namespace
} // namespace
#endif // guard