forked from qt-creator/qt-creator
add missing tr()s, etc., add some //: comments
This commit is contained in:
@@ -64,7 +64,8 @@
|
||||
|
||||
using namespace Debugger::Internal;
|
||||
|
||||
static const QString strNotInScope = QLatin1String("<not in scope>");
|
||||
static const QString strNotInScope =
|
||||
QCoreApplication::translate("Debugger::Internal::WatchData", "<not in scope>");
|
||||
|
||||
static int watcherCounter = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user