diff options
Diffstat (limited to 'src/plugins/General/history/historyfactory.cpp')
| -rw-r--r-- | src/plugins/General/history/historyfactory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/history/historyfactory.cpp b/src/plugins/General/history/historyfactory.cpp index ddd572de1..7f5bf82ab 100644 --- a/src/plugins/General/history/historyfactory.cpp +++ b/src/plugins/General/history/historyfactory.cpp @@ -56,5 +56,5 @@ void HistoryFactory::showAbout(QWidget *parent) QString HistoryFactory::translation() const { - return QString(":/history_plugin_"); + return QLatin1String(":/history_plugin_"); } |
