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:
@@ -29,8 +29,7 @@
|
||||
#include <QString>
|
||||
#include <QTextEdit>
|
||||
|
||||
namespace Debugger {
|
||||
namespace Internal {
|
||||
namespace Debugger::Internal {
|
||||
|
||||
class ConsoleEdit : public QTextEdit
|
||||
{
|
||||
@@ -57,5 +56,4 @@ private:
|
||||
QString m_cachedScript;
|
||||
};
|
||||
|
||||
} // Debugger
|
||||
} // Internal
|
||||
} // Debugger::Internal
|
||||
|
||||
Reference in New Issue
Block a user