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
KNotes
Commits
394cfdec
Unverified
Commit
394cfdec
authored
Dec 26, 2020
by
Luca Beltrame
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo
GIT_SILENT
parent
ba6cd09f
Pipeline
#45392
passed with stage
in 13 minutes and 51 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/knoteedit.cpp
src/knoteedit.cpp
+1
-1
No files found.
src/knoteedit.cpp
View file @
394cfdec
...
...
@@ -138,7 +138,7 @@ KNoteEdit::KNoteEdit(KActionCollection *actions, QWidget *parent)
#if KWIDGETSADDONS_VERSION < QT_VERSION_CHECK(5, 78, 0)
connect
(
m_textFont
,
qOverload
<
const
QString
&>
(
&
KFontAction
::
triggered
),
this
,
&
KNoteEdit
::
setFontFamily
);
#else
connect
(
m_textFont
,
&
KFontAction
::
textTriggered
)
,
this
,
&
KNoteEdit
::
setFontFamily
);
connect
(
m_textFont
,
&
KFontAction
::
textTriggered
,
this
,
&
KNoteEdit
::
setFontFamily
);
#endif
m_textSize
=
new
KFontSizeAction
(
i18n
(
"Text Size"
),
this
);
actions
->
addAction
(
QStringLiteral
(
"format_size"
),
m_textSize
);
...
...
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