diff options
author | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-05-24 13:45:35 +0200 |
---|---|---|
committer | Jarek Kobus <jaroslaw.kobus@qt.io> | 2022-05-25 07:40:47 +0000 |
commit | f3957d383fbe2599637933486f8566596dc8b737 (patch) | |
tree | 7b9bd5872c8876583335e32d35d58f347704667f /src/plugins/texteditor/snippets/snippet.cpp | |
parent | d76eab7d2f1f43b97cfe1bbb6eaaf8734c5cb1c9 (diff) | |
download | qt-creator-f3957d383fbe2599637933486f8566596dc8b737.tar.gz |
Utils: More forward declarations / drop unused headers [T-Z]
Round 1 - focus on headers.
For classes with initial in range [T-Z].
Replace QT_FORWARD_DECLARE_CLASS with QT_BEGIN_NAMESPACE and
QT_END_NAMESPACE and forward declare inside.
Change-Id: I4ac3a8391e6167aa2db3973a9f94a45ac3c8ebd1
Reviewed-by: hjk <hjk@qt.io>
Diffstat (limited to 'src/plugins/texteditor/snippets/snippet.cpp')
-rw-r--r-- | src/plugins/texteditor/snippets/snippet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/texteditor/snippets/snippet.cpp b/src/plugins/texteditor/snippets/snippet.cpp index 45b93f5c51..885b008026 100644 --- a/src/plugins/texteditor/snippets/snippet.cpp +++ b/src/plugins/texteditor/snippets/snippet.cpp @@ -26,6 +26,7 @@ #include "snippet.h" #include <utils/algorithm.h> +#include <utils/macroexpander.h> #include <utils/qtcassert.h> #include <utils/templateengine.h> |