forked from qt-creator/qt-creator
QuickFix: Add comments to undocumented fixes.
Reviewed-by: Erik Verbruggen
This commit is contained in:
@@ -52,6 +52,16 @@ using TextEditor::RefactoringChanges;
|
||||
|
||||
namespace {
|
||||
|
||||
/*
|
||||
Reformats a one-line object into a multi-line one, i.e.
|
||||
Item { x: 10; y: 20; width: 10 }
|
||||
into
|
||||
Item {
|
||||
x: 10;
|
||||
y: 20;
|
||||
width: 10
|
||||
}
|
||||
*/
|
||||
class SplitInitializerOp: public QmlJSQuickFixFactory
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user