forked from qt-creator/qt-creator
Replace some struct with classes
* Fixes warnings about struct/class mixup in windows Reviewed-by: thorbjorn
This commit is contained in:
@@ -38,11 +38,11 @@ namespace TextEditor {
|
||||
|
||||
class BaseTextEditor;
|
||||
class FontSettings;
|
||||
struct TabSettings;
|
||||
struct StorageSettings;
|
||||
struct BehaviorSettings;
|
||||
struct DisplaySettings;
|
||||
struct CompletionSettings;
|
||||
class TabSettings;
|
||||
class StorageSettings;
|
||||
class BehaviorSettings;
|
||||
class DisplaySettings;
|
||||
class CompletionSettings;
|
||||
class HighlighterSettings;
|
||||
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user