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

List:       kde-commits
Subject:    [kde4support] src/kdecore: Compile again
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2014-04-06 14:59:31
Message-ID: E1WWoXj-0001WX-8Z () scm ! kde ! org
[Download RAW message or body]

Git commit 1238ea44e58de090d82912a27e622e0114b1f8b9 by Harald Fernengel.
Committed on 06/04/2014 at 14:49.
Pushed by harald into branch 'master'.

Compile again

ea11dab0ed90087272fb602963ac1872217f95ca changed the KPluginFactory
constructor, remove the (obsolete) parameter

M  +2    -2    src/kdecore/kgenericfactory.h

http://commits.kde.org/kde4support/1238ea44e58de090d82912a27e622e0114b1f8b9

diff --git a/src/kdecore/kgenericfactory.h b/src/kdecore/kgenericfactory.h
index 0994f54..13f7fba 100644
--- a/src/kdecore/kgenericfactory.h
+++ b/src/kdecore/kgenericfactory.h
@@ -36,14 +36,14 @@ class KGenericFactoryBase : public KPluginFactory
 {
 public:
     explicit KGenericFactoryBase(const char *componentName)
-        : KPluginFactory(componentName)
+        : KPluginFactory()
     {
         s_self = this;
         s_createComponentDataCalled = false;
     }
 
     explicit KGenericFactoryBase(const KAboutData *data)
-        : KPluginFactory(data->componentName().toUtf8().constData())
+        : KPluginFactory()
     {
         KAboutData::registerPluginData(*data);
         s_self = this;
[prev in list] [next in list] [prev in thread] [next in thread] 

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