return statement added for trace analyser

This commit is contained in:
Matthias Jung
2015-08-06 17:00:38 +02:00
parent f4fd3b55c9
commit 2b522c5bb4

View File

@@ -58,4 +58,5 @@ QwtText TracePlotMouseLabel::trackerText(const QPoint &point) const
{
Q_ASSERT(false);
}
return QwtText(QString(""));
}