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

List:       kde-commits
Subject:    [messagelib/Applications/16.08] /: Fix method name as David pointed me
From:       Montel Laurent <montel () kde ! org>
Date:       2016-08-01 5:04:28
Message-ID: E1bU5Ou-0001Hl-W8 () code ! kde ! org
[Download RAW message or body]

Git commit b1c9ec4bdbd8cbba4b1331cf69ac3c8404e47d82 by Montel Laurent.
Committed on 01/08/2016 at 05:04.
Pushed by mlaurent into branch 'Applications/16.08'.

Fix method name as David pointed me

M  +1    -1    CMakeLists.txt
M  +2    -2    messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.cpp
 M  +2    -2    messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.h


http://commits.kde.org/messagelib/b1c9ec4bdbd8cbba4b1331cf69ac3c8404e47d82

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 76ee26e..d5fad35 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
 include(ECMQtDeclareLoggingCategory)
 include(ECMAddTests)
 
-set(PIM_VERSION "5.2.94")
+set(PIM_VERSION "5.2.95")
 
 set(MESSAGELIB_LIB_VERSION ${PIM_VERSION})
 set(AKONADIMIME_LIB_VERSION "5.2.90")
diff --git a/messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.cpp \
b/messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.cpp
 index f88effe..85d036a 100644
--- a/messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.cpp
                
+++ b/messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.cpp
 @@ -38,12 +38,12 @@ QString PluginEditorCheckBeforeSendConfigureWidget::helpAnchor() \
const  return QString();
 }
 
-void PluginEditorCheckBeforeSendConfigureWidget::setIdentityManagement(KIdentityManagement::IdentityManager \
*identityManagement) +void \
PluginEditorCheckBeforeSendConfigureWidget::setIdentityManager(KIdentityManagement::IdentityManager \
*identityManagement)  {
     mIdentityManagement = identityManagement;
 }
 
-KIdentityManagement::IdentityManager \
*PluginEditorCheckBeforeSendConfigureWidget::identityManagement() const \
+KIdentityManagement::IdentityManager \
*PluginEditorCheckBeforeSendConfigureWidget::identityManager() const  {
     return mIdentityManagement;
 }
diff --git a/messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.h \
b/messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.h
 index 4633085..045857a 100644
--- a/messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.h
                
+++ b/messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.h
 @@ -42,8 +42,8 @@ public:
     virtual void resetSettings() = 0;
     virtual QString helpAnchor() const;
 
-    void setIdentityManagement(KIdentityManagement::IdentityManager \
                *identityManagement);
-    KIdentityManagement::IdentityManager *identityManagement() const;
+    void setIdentityManager(KIdentityManagement::IdentityManager *identityManager);
+    KIdentityManagement::IdentityManager *identityManager() const;
 
 Q_SIGNALS:
     void configureChanged();


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

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