diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-10-29 20:34:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2020-10-29 20:34:56 +0000 |
| commit | 84722d9eebb9fa44776d53d5eada66eb8c1916ab (patch) | |
| tree | 5c28574a76ec51f05bbe324a718df20f08a8f3ff /src/plugins/General/history/historyfactory.cpp | |
| parent | eb05b493c49bac7101b778fba0235ec58daf068d (diff) | |
| download | qmmp-84722d9eebb9fa44776d53d5eada66eb8c1916ab.tar.gz qmmp-84722d9eebb9fa44776d53d5eada66eb8c1916ab.tar.bz2 qmmp-84722d9eebb9fa44776d53d5eada66eb8c1916ab.zip | |
history: coding style fixes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9540 90c681e8-e032-0410-971d-27865f9a5e38
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_"); } |
