forked from qt-creator/qt-creator
De-qobjectify BaseHoverHandler and derivatives
Change-Id: I9bc1d849349f85b5c7fd6013396b8b15b6cb1568 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <texteditor/basehoverhandler.h>
|
||||
|
||||
#include <QColor>
|
||||
#include <QCoreApplication>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
template <class> class QList;
|
||||
@@ -49,7 +50,7 @@ class QmlJSEditorWidget;
|
||||
|
||||
class QmlJSHoverHandler : public TextEditor::BaseHoverHandler
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DECLARE_TR_FUNCTIONS(QmlJSHoverHandler)
|
||||
|
||||
public:
|
||||
QmlJSHoverHandler();
|
||||
|
||||
Reference in New Issue
Block a user