forked from qt-creator/qt-creator
Compile fix
Change-Id: Ie0bf0937f3d24eddbb31a7b3598529acc4c073cd Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
529c0a8fe2
commit
eb6b9c98c8
@@ -148,7 +148,7 @@ BaseTextMark::~BaseTextMark()
|
||||
// oha we are deleted
|
||||
bool b = Internal::TextEditorPlugin::instance()->baseTextMarkRegistry()->remove(this);
|
||||
// If you get a assertion in this line, init() was never called
|
||||
QTC_CHECK(b)
|
||||
QTC_CHECK(b);
|
||||
}
|
||||
|
||||
void BaseTextMark::updateFileName(const QString &fileName)
|
||||
|
Reference in New Issue
Block a user