Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Add-ons
Commits
01210ac0
Commit
01210ac0
authored
Jan 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method or unused signal
parent
7cebafbb
Pipeline
#46462
passed with stage
in 60 minutes and 13 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kmail/editorplugins/quicktext/quicktextmanager.h
View file @
01210ac0
...
...
@@ -57,7 +57,6 @@ public:
void
exportQuickText
();
Q_SIGNALS:
void
insertSnippet
();
void
insertPlainText
(
const
QString
&
snippetText
);
private:
...
...
kmail/grammarplugins/languagetool/src/languagetoolcombobox.h
View file @
01210ac0
...
...
@@ -22,9 +22,6 @@ public:
void
fillComboBox
(
const
QVector
<
LanguageInfo
>
&
info
);
Q_SIGNALS:
void
updateListOfLanguagesRequested
();
private:
void
fillComboBox
();
Q_DISABLE_COPY
(
LanguageToolComboBox
)
...
...
korganizer/plugins/picoftheday/picoftheday.h
View file @
01210ac0
...
...
@@ -63,7 +63,6 @@ Q_SIGNALS:
void
gotNewPixmap
(
const
QPixmap
&
)
const
;
void
gotNewShortText
(
const
QString
&
)
const
;
void
gotNewLongText
(
const
QString
&
)
const
;
void
gotNewExtensiveText
(
const
QString
&
)
const
;
void
gotNewUrl
(
const
QUrl
&
)
const
;
// The following three signals are only used internally
void
step1Success
();
...
...
Write
Preview
Supports
Markdown
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