forked from qt-creator/qt-creator
CppEditor: Hide CppRefactoringChangesData
Change-Id: I5d88651a9b3a295bd95de5ee5e9b117e449195b3 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "cpprefactoringchanges.h"
|
||||
|
||||
#include "cppeditorconstants.h"
|
||||
#include "cppworkingcopy.h"
|
||||
|
||||
#include <projectexplorer/editorconfiguration.h>
|
||||
|
||||
@@ -22,6 +23,18 @@ using namespace CPlusPlus;
|
||||
using namespace Utils;
|
||||
|
||||
namespace CppEditor {
|
||||
namespace Internal {
|
||||
class CppRefactoringChangesData
|
||||
{
|
||||
public:
|
||||
explicit CppRefactoringChangesData(const CPlusPlus::Snapshot &snapshot);
|
||||
|
||||
CPlusPlus::Snapshot m_snapshot;
|
||||
WorkingCopy m_workingCopy;
|
||||
};
|
||||
} // namespace Internal
|
||||
|
||||
using namespace Internal;
|
||||
|
||||
static std::unique_ptr<TextEditor::Indenter> createIndenter(const FilePath &filePath,
|
||||
QTextDocument *textDocument)
|
||||
|
||||
Reference in New Issue
Block a user