diff options
| author | Frank Reininghaus <[email protected]> | 2013-08-08 23:39:28 +0200 |
|---|---|---|
| committer | Frank Reininghaus <[email protected]> | 2013-08-08 23:39:28 +0200 |
| commit | 68520f55f0b6b2fc450f646477bf3c535324aa2b (patch) | |
| tree | 8ae84ca215bf6663ec13221039ad84ca6752bd0e /src/dolphinpart.cpp | |
| parent | 6524bf701a04e09ce31a7793ccccbedefc11e514 (diff) | |
| parent | 87f830302347e9773404f51de73afc7041829374 (diff) | |
Merge remote-tracking branch 'origin/KDE/4.11'
Diffstat (limited to 'src/dolphinpart.cpp')
| -rw-r--r-- | src/dolphinpart.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.cpp b/src/dolphinpart.cpp index fc7b74dc0..81fbacb77 100644 --- a/src/dolphinpart.cpp +++ b/src/dolphinpart.cpp @@ -356,7 +356,7 @@ void DolphinPart::slotRequestItemInfo(const KFileItem& item) if (item.isNull()) { updateStatusBar(); } else { - const QString escapedText = Qt::escape(item.getStatusBarInfo()); + const QString escapedText = Qt::convertFromPlainText(item.getStatusBarInfo()); ReadOnlyPart::setStatusBarText(QString("<qt>%1</qt>").arg(escapedText)); } } |
