forked from qt-creator/qt-creator
debugger: re-start work on image dumper
This commit is contained in:
@@ -247,6 +247,8 @@ template <class Streamable>
|
||||
|
||||
QString WatchData::toToolTip() const
|
||||
{
|
||||
if (!valuetooltip.isEmpty())
|
||||
return QString::number(valuetooltip.size());
|
||||
QString res;
|
||||
QTextStream str(&res);
|
||||
str << "<html><body><table>";
|
||||
|
||||
Reference in New Issue
Block a user