Make QmlJSEditor and QmlJSEditorWidget internal

Change-Id: I5afe67db927d735727beafe972965855bde39faa
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Eike Ziller
2014-02-07 14:21:58 +01:00
parent 6944dc7af8
commit deb1a742e1
7 changed files with 21 additions and 10 deletions

View File

@@ -56,10 +56,11 @@ class ObjectValue;
}
namespace QmlJSEditor {
class QmlJSTextEditorWidget;
namespace Internal {
class QmlJSTextEditorWidget;
class HoverHandler : public TextEditor::BaseHoverHandler
{
Q_OBJECT