ModelEditor: Apply naming convention to types

Use Pascal style for typedefs and class instead of struct.

Change-Id: Ib568994e70c8ac0a219b2fba1d998e04ef5f79da
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Jochen Becher
2015-11-09 23:09:23 +01:00
parent d13b22e6bc
commit 6add33131e
36 changed files with 158 additions and 116 deletions

View File

@@ -45,8 +45,9 @@
namespace qmt {
struct ConfigController::ConfigControllerPrivate
class ConfigController::ConfigControllerPrivate
{
public:
ConfigControllerPrivate()
: m_stereotypeController(0)
{