forked from qt-creator/qt-creator
TextEditor: Move comment definitions back to *Widget
Only used there, and avoids back-links to editors. Change-Id: I81206057ce89d42aef7febb840cf9e44b869df0e Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -45,7 +45,7 @@ class QTCREATOR_UTILS_EXPORT CommentDefinition
|
||||
public:
|
||||
CommentDefinition();
|
||||
|
||||
enum Style { CppStyle, HashStyle };
|
||||
enum Style { NoStyle, CppStyle, HashStyle };
|
||||
void setStyle(Style style);
|
||||
|
||||
bool isValid() const;
|
||||
|
||||
Reference in New Issue
Block a user