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
6fbf9041
Commit
6fbf9041
authored
Oct 15, 2020
by
Laurent Montel
😁
Browse files
Remove not implemented method
parent
dfc2d0c9
Pipeline
#37741
failed with stage
in 28 minutes and 56 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
kaddressbook/importexportplugins/csv/csvimportexportplugininterface.h
View file @
6fbf9041
...
...
@@ -24,7 +24,6 @@ public:
void
importFile
(
const
QUrl
&
url
)
override
;
private:
void
slotFinished
();
void
exportCSV
();
void
slotImportCVS
();
void
slotExportCVS
();
...
...
kaddressbook/importexportplugins/csv/import/csvimportdialog.h
View file @
6fbf9041
...
...
@@ -68,7 +68,6 @@ private:
void
initGUI
();
void
reloadCodecs
();
QTextCodec
*
currentCodec
();
QList
<
QTextCodec
*>
mCodecs
;
QChar
mTextQuote
;
...
...
plugins/messageviewerplugins/createnoteplugin/createnotejob.h
View file @
6fbf9041
...
...
@@ -32,7 +32,6 @@ private Q_SLOTS:
void
relationCreated
(
KJob
*
job
);
private:
void
createNote
();
const
Akonadi
::
Item
mItem
;
const
Akonadi
::
Collection
mCollection
;
Akonadi
::
NoteUtils
::
NoteMessageWrapper
mNote
;
...
...
plugins/webengineurlinterceptor/adblock/lib/widgets/adblockblockableitemswidget.h
View file @
6fbf9041
...
...
@@ -59,7 +59,6 @@ private:
};
void
writeConfig
();
void
searchBlockableItems
();
void
readConfig
();
PimCommon
::
CustomTreeView
*
mListItems
=
nullptr
;
};
...
...
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