CMakeProjectManager: Some code cosmetics

Move non-exported classed to Internal namespace, move some functions
out-of-line.

Change-Id: I3a2135104d09c0c3f799c5b8d795c93059b1ae95
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
hjk
2022-02-07 17:01:09 +01:00
parent 363849a372
commit c6643dad65
5 changed files with 111 additions and 92 deletions

View File

@@ -32,6 +32,7 @@
#include <QStyledItemDelegate>
namespace CMakeProjectManager {
namespace Internal {
class ConfigModelItemDelegate : public QStyledItemDelegate
{
@@ -51,4 +52,5 @@ private:
Utils::FilePath m_base;
};
} // namespace Internal
} // namespace CMakeProjectManager