diff options
| author | Kai Koehne <kai.koehne@digia.com> | 2014-08-29 14:00:18 +0200 |
|---|---|---|
| committer | hjk <hjk121@nokiamail.com> | 2014-09-04 14:50:00 +0200 |
| commit | e2584f69d446a846fa712081322f2988ac3d5bc8 (patch) | |
| tree | 9f601f99959b71384890beaf361844afcd7486cc /src/plugins/debugger/stackframe.cpp | |
| parent | d4a7505a181d0147b0151a18eca266ed35e26c4e (diff) | |
| download | qt-creator-e2584f69d446a846fa712081322f2988ac3d5bc8.tar.gz | |
Replace QLatin1String("x") with QLatin1Char('x') where possible
Change-Id: I2f90c8ae7b5e968b9de882833f8661ab540a9232
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/stackframe.cpp')
| -rw-r--r-- | src/plugins/debugger/stackframe.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/stackframe.cpp b/src/plugins/debugger/stackframe.cpp index deda27431b..4411b77720 100644 --- a/src/plugins/debugger/stackframe.cpp +++ b/src/plugins/debugger/stackframe.cpp @@ -123,7 +123,7 @@ QString StackFrame::toToolTip() const showDistributionNote = true; } if (!Utils::HostOsInfo::isWindowsHost() && showDistributionNote) { - str << QLatin1String(" ") << + str << QLatin1Char(' ') << tr("Note that most distributions ship debug information " "in separate packages."); } |
