forked from qt-creator/qt-creator
TextEditor: Clean forward declaration
Change-Id: If338617551893e3ce3c7a68ff1abfc60de8cf610 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -32,14 +32,12 @@
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QIcon;
|
||||
class QString;
|
||||
class QVariant;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
#include <QString>
|
||||
|
||||
namespace TextEditor {
|
||||
|
||||
class TextEditorWidget;
|
||||
|
||||
class TEXTEDITOR_EXPORT AssistProposalItemInterface
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user