diff options
author | Robert Maynard <robert.maynard@kitware.com> | 2020-03-30 20:55:20 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-05-21 15:32:01 (GMT) |
commit | cd9c3c000f7f79cc12c8787078256935f856d5a7 (patch) | |
tree | ffe139a734dd2d0fa659d6c6f670dd709f570f23 /Tests | |
parent | d806bd2e8c971aa60ddf8326a9470822a10b1ec6 (diff) | |
download | CMake-cd9c3c000f7f79cc12c8787078256935f856d5a7.zip CMake-cd9c3c000f7f79cc12c8787078256935f856d5a7.tar.gz CMake-cd9c3c000f7f79cc12c8787078256935f856d5a7.tar.bz2 |
Tests: Update QtAutogen codeeditor test only include headers needed
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/QtAutogen/Complex/codeeditor.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/QtAutogen/Complex/codeeditor.cpp b/Tests/QtAutogen/Complex/codeeditor.cpp index bb6f405..80d6a55 100644 --- a/Tests/QtAutogen/Complex/codeeditor.cpp +++ b/Tests/QtAutogen/Complex/codeeditor.cpp @@ -40,7 +40,10 @@ #include "codeeditor.h" -#include <QtGui> +#include <QPainter> +#include <QSize> +#include <QTextBlock> +#include <QWidget> CodeEditor::CodeEditor(QWidget* parent) : QPlainTextEdit(parent) |