Compile fix

Change-Id: Ie0bf0937f3d24eddbb31a7b3598529acc4c073cd
Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
Robert Loehning
2012-05-07 15:44:17 +02:00
committed by Robert Löhning
parent 529c0a8fe2
commit eb6b9c98c8

View File

@@ -148,7 +148,7 @@ BaseTextMark::~BaseTextMark()
// oha we are deleted // oha we are deleted
bool b = Internal::TextEditorPlugin::instance()->baseTextMarkRegistry()->remove(this); bool b = Internal::TextEditorPlugin::instance()->baseTextMarkRegistry()->remove(this);
// If you get a assertion in this line, init() was never called // If you get a assertion in this line, init() was never called
QTC_CHECK(b) QTC_CHECK(b);
} }
void BaseTextMark::updateFileName(const QString &fileName) void BaseTextMark::updateFileName(const QString &fileName)