Export QmlJSEditorEditable.

Rubber-stamped-by: Friedemann Kleint
This commit is contained in:
Christian Kamm
2010-11-25 15:10:25 +01:00
parent f90be084c2
commit 5927137d13
4 changed files with 5 additions and 8 deletions

View File

@@ -42,7 +42,6 @@
#include <coreplugin/coreconstants.h>
namespace QmlJSEditor {
namespace Internal {
QmlJSEditorEditable::QmlJSEditorEditable(QmlJSTextEditor *editor)
: BaseTextEditorEditable(editor)
@@ -90,5 +89,4 @@ QString QmlJSEditorEditable::preferredModeType() const
return QString();
}
} // namespace Internal
} // namespace QmlJSEditor