From 2b522c5bb490f9c9ae0891067d227262d4b74ed1 Mon Sep 17 00:00:00 2001 From: Matthias Jung Date: Thu, 6 Aug 2015 17:00:38 +0200 Subject: [PATCH] return statement added for trace analyser --- DRAMSys/analyzer/presentation/tracePlotMouseLabel.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DRAMSys/analyzer/presentation/tracePlotMouseLabel.cpp b/DRAMSys/analyzer/presentation/tracePlotMouseLabel.cpp index 863a0171..1e072bc4 100644 --- a/DRAMSys/analyzer/presentation/tracePlotMouseLabel.cpp +++ b/DRAMSys/analyzer/presentation/tracePlotMouseLabel.cpp @@ -58,4 +58,5 @@ QwtText TracePlotMouseLabel::trackerText(const QPoint &point) const { Q_ASSERT(false); } + return QwtText(QString("")); }