[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdev-krazy2] /: Make compile
From:       Kevin Funk <kfunk () kde ! org>
Date:       2016-11-30 20:07:33
Message-ID: E1cCBAD-00036Y-WD () code ! kde ! org
[Download RAW message or body]

Git commit 1b3beab1193c6568afa413ae9f4031bb79b9cc12 by Kevin Funk.
Committed on 30/11/2016 at 20:07.
Pushed by kfunk into branch 'master'.

Make compile

M  +1    -1    krazy2plugin.cpp

https://commits.kde.org/kdev-krazy2/1b3beab1193c6568afa413ae9f4031bb79b9cc12

diff --git a/krazy2plugin.cpp b/krazy2plugin.cpp
index eec7c6c..62c8804 100644
--- a/krazy2plugin.cpp
+++ b/krazy2plugin.cpp
@@ -83,7 +83,7 @@ Krazy2Plugin::Krazy2Plugin(QObject* parent, const QVariantList& /*= QVariantList
     actionCollection()->addAction("krazy2_all", checkAllFilesAction);
 
     KDevelop::ProblemModelSet *set = KDevelop::ICore::self()->languageController()->problemModelSet();
-    set->addModel(QStringLiteral("Krazy2"), m_model);
+    set->addModel(QStringLiteral("Krazy2"), i18n("Krazy2"), m_model);
 }
 
 Krazy2Plugin::~Krazy2Plugin() {
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic