Plugins: Code cosmetics

Get closer to a uniform pattern of code layout (public/private,
pimpl naming...)

Change-Id: If2bc6dcee3df9127274f479b4ebc270d283dcb65
Reviewed-by: Xing Xiong
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2019-02-21 14:59:57 +01:00
parent 095df95bfa
commit b5c3ce57ca
12 changed files with 29 additions and 60 deletions

View File

@@ -26,8 +26,9 @@
#pragma once
#include "cmakespecificsettingspage.h"
#include <extensionsystem/iplugin.h>
#include <memory>
namespace CMakeProjectManager {
namespace Internal {