Add namespace TextEditor around DocumentMarker

Missed in moving the class

Change-Id: Iec712b64338d0ec84d7aa599d36f1a7845be2a74
Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
Daniel Teske
2012-02-17 16:19:50 +01:00
committed by hjk
parent 949d8052ab
commit b7062b01a0

View File

@@ -35,6 +35,7 @@
using namespace TextEditor;
namespace TextEditor {
namespace Internal {
class DocumentMarker : public ITextMarkable
@@ -147,6 +148,7 @@ void DocumentMarker::updateMark(ITextMark *mark)
}
} // namespace Internal
} // namespace TextEditor
CodeFormatterData::~CodeFormatterData()
{