CppEditor: Add quickfixes/ subdirectory

We'd like to split up the monster files cppquickfixes.cpp and
cppquickfix_test.cpp by moving non-trivial quickfixes into dedicated files.
Since there will be many of them, we want to have them in a separate
directory. This patch prepares that.

Change-Id: I1e78fab5cce25151662297482582c8043618332e
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2024-05-13 15:46:13 +02:00
parent de18097cb4
commit ce16d58214
31 changed files with 103 additions and 88 deletions

View File

@@ -3,7 +3,7 @@
#pragma once
#include <cppeditor/cppquickfix.h>
#include <cppeditor/quickfixes/cppquickfix.h>
#include <languageclient/languageclientquickfix.h>
namespace ClangCodeModel {