forked from qt-creator/qt-creator
debugger: work on optional prebuild dumper library
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
|
||||
QTextStream & operator<<(QTextStream & os, const GdbMi & mi)
|
||||
QTextStream &operator<<(QTextStream &os, const GdbMi &mi)
|
||||
{
|
||||
return os << mi.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user