C++ indenter: Make CppCodeStyleSettings a class.

Also register it with the meta type system.

Change-Id: Id720e43d19765283765e7dbbd46820ba9cfb1be7
Reviewed-on: http://codereview.qt.nokia.com/172
Reviewed-by: Bill King <bill.king@nokia.com>
This commit is contained in:
Christian Kamm
2011-05-27 09:35:47 +02:00
committed by Bill King
parent 8e84872ace
commit 30fd098d9f
2 changed files with 6 additions and 1 deletions

View File

@@ -12,8 +12,9 @@ QT_END_NAMESPACE
namespace CppTools {
struct CPPTOOLS_EXPORT CppCodeStyleSettings
class CPPTOOLS_EXPORT CppCodeStyleSettings
{
public:
CppCodeStyleSettings();
bool indentBlockBraces;