mirror of
https://github.com/reactos/CMake.git
synced 2024-11-23 11:39:48 +00:00
Tests: Update QtAutogen codeeditor test only include headers needed
This commit is contained in:
parent
d806bd2e8c
commit
cd9c3c000f
@ -40,7 +40,10 @@
|
||||
|
||||
#include "codeeditor.h"
|
||||
|
||||
#include <QtGui>
|
||||
#include <QPainter>
|
||||
#include <QSize>
|
||||
#include <QTextBlock>
|
||||
#include <QWidget>
|
||||
|
||||
CodeEditor::CodeEditor(QWidget* parent)
|
||||
: QPlainTextEdit(parent)
|
||||
|
Loading…
Reference in New Issue
Block a user