diff options
author | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-09-10 10:51:43 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@nokia.com> | 2010-09-10 10:51:43 +0200 |
commit | 24cadd34a1c445d6905a70a040724dc1698172d9 (patch) | |
tree | 93f2a336006610056e53d9fe494cc93b56f06c2d /src/plugins/debugger/stackhandler.cpp | |
parent | 4dd844d76af124379b243feb57e21523d6aa9d49 (diff) | |
download | qt-creator-24cadd34a1c445d6905a70a040724dc1698172d9.tar.gz |
I10N: First translation fixes for 2.1
Fix README, some spelling errors, remove contractions,
exclamation marks, correct some plural forms, join split messages.
Add QCoreApplication::translate to non-Q_OBJECT-classes.
Fix some lupdate warnings about discarding meta-data (//:).
Diffstat (limited to 'src/plugins/debugger/stackhandler.cpp')
-rw-r--r-- | src/plugins/debugger/stackhandler.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackhandler.cpp b/src/plugins/debugger/stackhandler.cpp index 0e46db76f7..dbf9deee52 100644 --- a/src/plugins/debugger/stackhandler.cpp +++ b/src/plugins/debugger/stackhandler.cpp @@ -130,7 +130,6 @@ QVariant StackHandler::data(const QModelIndex &index, int role) const if (role == StackFrameAddressRole) return frame.address; - //: Tooltip for variable if (role == Qt::ToolTipRole) return frame.toToolTip(); |