Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PIM Messagelib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
PIM Messagelib
Commits
b1c9ec4b
Commit
b1c9ec4b
authored
Aug 01, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix method name as David pointed me
parent
fc7d6e69
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
CMakeLists.txt
CMakeLists.txt
+1
-1
messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.cpp
...beforesend/plugineditorcheckbeforesendconfigurewidget.cpp
+2
-2
messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.h
...ckbeforesend/plugineditorcheckbeforesendconfigurewidget.h
+2
-2
No files found.
CMakeLists.txt
View file @
b1c9ec4b
...
...
@@ -18,7 +18,7 @@ include(KDEFrameworkCompilerSettings NO_POLICY_SCOPE)
include
(
ECMQtDeclareLoggingCategory
)
include
(
ECMAddTests
)
set
(
PIM_VERSION
"5.2.9
4
"
)
set
(
PIM_VERSION
"5.2.9
5
"
)
set
(
MESSAGELIB_LIB_VERSION
${
PIM_VERSION
}
)
set
(
AKONADIMIME_LIB_VERSION
"5.2.90"
)
...
...
messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.cpp
View file @
b1c9ec4b
...
...
@@ -38,12 +38,12 @@ QString PluginEditorCheckBeforeSendConfigureWidget::helpAnchor() const
return
QString
();
}
void
PluginEditorCheckBeforeSendConfigureWidget
::
setIdentityManage
ment
(
KIdentityManagement
::
IdentityManager
*
identityManagement
)
void
PluginEditorCheckBeforeSendConfigureWidget
::
setIdentityManage
r
(
KIdentityManagement
::
IdentityManager
*
identityManagement
)
{
mIdentityManagement
=
identityManagement
;
}
KIdentityManagement
::
IdentityManager
*
PluginEditorCheckBeforeSendConfigureWidget
::
identityManage
ment
()
const
KIdentityManagement
::
IdentityManager
*
PluginEditorCheckBeforeSendConfigureWidget
::
identityManage
r
()
const
{
return
mIdentityManagement
;
}
messagecomposer/src/plugineditorcheckbeforesend/plugineditorcheckbeforesendconfigurewidget.h
View file @
b1c9ec4b
...
...
@@ -42,8 +42,8 @@ public:
virtual
void
resetSettings
()
=
0
;
virtual
QString
helpAnchor
()
const
;
void
setIdentityManage
ment
(
KIdentityManagement
::
IdentityManager
*
identityManagement
);
KIdentityManagement
::
IdentityManager
*
identityManage
ment
()
const
;
void
setIdentityManage
r
(
KIdentityManagement
::
IdentityManager
*
identityManager
);
KIdentityManagement
::
IdentityManager
*
identityManage
r
()
const
;
Q_SIGNALS:
void
configureChanged
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment