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:
@@ -41,7 +41,7 @@ QT_END_NAMESPACE
|
||||
|
||||
namespace TextEditor {
|
||||
|
||||
struct TabSettings;
|
||||
class TabSettings;
|
||||
|
||||
class TEXTEDITOR_EXPORT Indenter
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user