diff options
| author | Christian Stenger <[email protected]> | 2025-07-17 10:11:38 +0200 |
|---|---|---|
| committer | Christian Stenger <[email protected]> | 2025-07-18 07:53:11 +0000 |
| commit | e1728a2cb4d25b5e29fe9e7f517c52f4ecc30c19 (patch) | |
| tree | 6f3b57040fe2cc38e6f6dbbf76d7973d7c3f7c07 /src/plugins/languageclient/snippet.cpp | |
| parent | 7491928b6a6241c5dd1cd1cf3726cecb992510d8 (diff) | |
Avoid QtTest module imports
...as module imports pull in all headers of the module including all
headers of modules they depend on.
See discussion around QTBUG-88831.
Change-Id: I8aaffa74bf813031156d6e61d5bba9a0972b7ba0
Reviewed-by: Eike Ziller <[email protected]>
Diffstat (limited to 'src/plugins/languageclient/snippet.cpp')
| -rw-r--r-- | src/plugins/languageclient/snippet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/languageclient/snippet.cpp b/src/plugins/languageclient/snippet.cpp index b401123ef86..4a2125437b0 100644 --- a/src/plugins/languageclient/snippet.cpp +++ b/src/plugins/languageclient/snippet.cpp @@ -4,7 +4,7 @@ #include "snippet.h" #ifdef WITH_TESTS -#include <QtTest> +#include <QTest> #endif using namespace TextEditor; |
