Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Unmaintained
KDE Pim
Commits
aaf5f1a6
Commit
aaf5f1a6
authored
Dec 10, 2014
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor
parent
4b007c5c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
knotes/print/knoteprinter.cpp
knotes/print/knoteprinter.cpp
+1
-0
knotes/utils/knoteutils.cpp
knotes/utils/knoteutils.cpp
+2
-0
No files found.
knotes/print/knoteprinter.cpp
View file @
aaf5f1a6
...
...
@@ -46,6 +46,7 @@ KNotePrinter::KNotePrinter()
KNotePrinter
::~
KNotePrinter
()
{
mEngine
->
deleteLater
();
mEngine
=
0
;
}
void
KNotePrinter
::
setDefaultFont
(
const
QFont
&
font
)
...
...
knotes/utils/knoteutils.cpp
View file @
aaf5f1a6
...
...
@@ -33,6 +33,8 @@ void KNoteUtils::updateConfiguration()
QDBusInterface
interface
(
QLatin1String
(
"org.freedesktop.Akonadi.Agent.akonadi_notes_agent"
),
QLatin1String
(
"/NotesAgent"
)
);
if
(
interface
.
isValid
())
{
interface
.
call
(
QLatin1String
(
"configurationChanged"
));
}
else
{
qDebug
()
<<
" Agent not launched"
;
}
}
...
...
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