forked from qt-creator/qt-creator
CppEditor: Move MoveClassToOwnFile quickfix into its own files
Change-Id: I1d54263ac55c57e76120924627949b98816aafc3 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -626,19 +626,5 @@ private:
|
||||
TextEditor::QuickFixOperations &result) override;
|
||||
};
|
||||
|
||||
//! Move a class into a dedicates set of files.
|
||||
class MoveClassToOwnFile : public CppQuickFixFactory
|
||||
{
|
||||
#ifdef WITH_TESTS
|
||||
public:
|
||||
void setNonInteractive() { m_interactive = false; }
|
||||
#endif
|
||||
private:
|
||||
void doMatch(const CppQuickFixInterface &interface,
|
||||
TextEditor::QuickFixOperations &result) override;
|
||||
|
||||
bool m_interactive = true;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace CppEditor
|
||||
|
||||
Reference in New Issue
Block a user