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

@@ -54,7 +54,9 @@
namespace qmt {
struct DiagramController::Clone {
class DiagramController::Clone
{
public:
Clone();
Uid m_elementKey;
int m_indexOfElement;