QmlProfiler: Apply some code cosmetics

Change-Id: I772713aec3a6c25136174b39b853a9ef3ee42a0b
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
This commit is contained in:
Ulf Hermann
2016-04-28 16:02:54 +02:00
parent 54b1106f4b
commit a53780924d
33 changed files with 91 additions and 106 deletions

View File

@@ -29,6 +29,7 @@
#include "qmlprofilerdatamodel.h"
#include "qmlprofilereventtypes.h"
#include "qmlprofilereventlocation.h"
#include "qmlprofilerconstants.h"
#include <QVariantList>
#include <QColor>
@@ -86,5 +87,5 @@ private:
QVector<int> m_expandedRowTypes;
};
}
}
} // namespace Internal
} // namespace QmlProfiler