forked from qt-creator/qt-creator
Header cleanup in various plugins.
Change-Id: I16b273cc792bfd2035d35e7c67675f039cd387b9 Reviewed-on: http://codereview.qt.nokia.com/3185 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
#define CPPQTSTYLEINDENTER_H
|
||||
|
||||
#include "cpptools_global.h"
|
||||
|
||||
#include <texteditor/indenter.h>
|
||||
#include "cppcodestylesettingspage.h"
|
||||
|
||||
namespace TextEditor
|
||||
{
|
||||
@@ -43,6 +43,8 @@ class IFallbackPreferences;
|
||||
}
|
||||
|
||||
namespace CppTools {
|
||||
class CppCodeStyleSettings;
|
||||
class CppCodeStylePreferences;
|
||||
|
||||
class CPPTOOLS_EXPORT CppQtStyleIndenter : public TextEditor::Indenter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user