forked from qt-creator/qt-creator
Debugger: Convert to Tr::tr
Change-Id: I5d2475c790851c68f9997ac6af72b5eaca58482d Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -24,14 +24,12 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include "disassemblerlines.h"
|
||||
#include "sourceutils.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
#include <QTextStream>
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
namespace Debugger::Internal {
|
||||
|
||||
void DisassemblerLine::fromString(const QString &unparsed)
|
||||
{
|
||||
@@ -248,5 +246,4 @@ QString DisassemblerLines::toString() const
|
||||
return str;
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Debugger
|
||||
} // Debugger::Internal
|
||||
|
||||
Reference in New Issue
Block a user