Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Mail-related libraries
Commits
97f1836c
Commit
97f1836c
authored
Oct 24, 2019
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
parent
3382ae77
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
libsendlater/src/sendlaterutil.cpp
libsendlater/src/sendlaterutil.cpp
+1
-1
No files found.
CMakeLists.txt
View file @
97f1836c
cmake_minimum_required
(
VERSION 3.5
)
set
(
PIM_VERSION
"5.12.4
1
"
)
set
(
PIM_VERSION
"5.12.4
2
"
)
project
(
kdepim-apps-lib VERSION
${
PIM_VERSION
}
)
set
(
KF5_MIN_VERSION
"5.63.0"
)
...
...
libsendlater/src/sendlaterutil.cpp
View file @
97f1836c
...
...
@@ -151,7 +151,7 @@ void SendLater::SendLaterUtil::removeItem(qint64 item)
QDBusInterface
interface
(
serviceName
(),
dbusPath
());
if
(
interface
.
isValid
())
{
interface
.
call
(
QStringLiteral
(
"re
load
"
),
item
);
interface
.
call
(
QStringLiteral
(
"re
moveItem
"
),
item
);
}
else
{
qCDebug
(
LIBSENDLATER_LOG
)
<<
" Can not remove item"
;
}
...
...
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