Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
PIM Data Exporter
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PIM
PIM Data Exporter
Commits
0a12feb7
Commit
0a12feb7
authored
Jan 02, 2018
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove SLOTS: keyword
parent
1f03669f
Changes
11
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
13 additions
and
14 deletions
+13
-14
core/addressbook/importaddressbookjob.h
core/addressbook/importaddressbookjob.h
+1
-1
core/akregator/importakregatorjob.h
core/akregator/importakregatorjob.h
+1
-1
core/alarm/importalarmjob.h
core/alarm/importalarmjob.h
+1
-1
core/blogilo/importblogilojob.h
core/blogilo/importblogilojob.h
+1
-1
core/calendar/importcalendarjob.h
core/calendar/importcalendarjob.h
+1
-1
core/mail/importmailjob.h
core/mail/importmailjob.h
+1
-1
core/notes/importnotesjob.h
core/notes/importnotesjob.h
+1
-1
gui/dialog/selectiontypedialog.cpp
gui/dialog/selectiontypedialog.cpp
+1
-1
gui/dialog/selectiontypedialog.h
gui/dialog/selectiontypedialog.h
+2
-3
gui/pimsettingexporterwindow.h
gui/pimsettingexporterwindow.h
+1
-1
gui/widgets/selectiontypetreewidget.h
gui/widgets/selectiontypetreewidget.h
+2
-2
No files found.
core/addressbook/importaddressbookjob.h
View file @
0a12feb7
...
...
@@ -34,7 +34,7 @@ public:
void
start
()
override
;
protected
Q_SLOTS
:
protected:
void
slotNextStep
()
override
;
private:
...
...
core/akregator/importakregatorjob.h
View file @
0a12feb7
...
...
@@ -33,7 +33,7 @@ public:
void
start
()
override
;
private
Q_SLOTS
:
private:
void
slotNextStep
()
override
;
private:
...
...
core/alarm/importalarmjob.h
View file @
0a12feb7
...
...
@@ -33,7 +33,7 @@ public:
void
start
()
override
;
protected
Q_SLOTS
:
protected:
void
slotNextStep
()
override
;
private:
...
...
core/blogilo/importblogilojob.h
View file @
0a12feb7
...
...
@@ -33,7 +33,7 @@ public:
void
start
()
override
;
private
Q_SLOTS
:
private:
void
slotNextStep
()
override
;
private:
...
...
core/calendar/importcalendarjob.h
View file @
0a12feb7
...
...
@@ -34,7 +34,7 @@ public:
void
start
()
override
;
protected
Q_SLOTS
:
protected:
void
slotNextStep
()
override
;
private:
...
...
core/mail/importmailjob.h
View file @
0a12feb7
...
...
@@ -38,7 +38,7 @@ public:
void
start
()
override
;
protected
Q_SLOTS
:
protected:
void
slotNextStep
()
override
;
private:
...
...
core/notes/importnotesjob.h
View file @
0a12feb7
...
...
@@ -32,7 +32,7 @@ public:
void
start
()
override
;
private
Q_SLOTS
:
private:
void
slotNextStep
()
override
;
private:
void
importKNoteGlobalSettings
(
const
KArchiveFile
*
kmailsnippet
,
const
QString
&
kmail2rc
,
const
QString
&
filename
,
const
QString
&
prefix
);
...
...
gui/dialog/selectiontypedialog.cpp
View file @
0a12feb7
...
...
@@ -107,7 +107,7 @@ QHash<Utils::AppsType, Utils::importExportParameters> SelectionTypeDialog::store
return
mSelectionTreeWidget
->
storedType
();
}
QString
SelectionTypeDialog
::
exportedFileInfo
()
QString
SelectionTypeDialog
::
exportedFileInfo
()
const
{
return
mSelectionTreeWidget
->
exportedFileInfo
();
}
...
...
gui/dialog/selectiontypedialog.h
View file @
0a12feb7
...
...
@@ -35,15 +35,14 @@ public:
void
loadTemplate
(
const
QString
&
fileName
);
QString
exportedFileInfo
();
QString
exportedFileInfo
()
const
;
void
removeNotSelectedItems
();
private
Q_SLOTS
:
private:
void
slotSelectAll
();
void
slotUnselectAll
();
void
slotSaveAsTemplate
();
void
slotLoadTemplate
();
private:
void
readConfig
();
void
writeConfig
();
void
loadDefaultTemplate
();
...
...
gui/pimsettingexporterwindow.h
View file @
0a12feb7
...
...
@@ -35,7 +35,7 @@ public:
~
PimSettingExporterWindow
();
void
handleCommandLine
(
const
QCommandLineParser
&
parser
);
private
Q_SLOTS
:
private:
void
slotBackupData
();
void
slotRestoreData
();
void
slotAddInfo
(
const
QString
&
info
);
...
...
gui/widgets/selectiontypetreewidget.h
View file @
0a12feb7
...
...
@@ -46,10 +46,10 @@ public:
QString
exportedFileInfo
();
void
removeNotSelectedItems
();
private
Q_SLOTS
:
void
slotItemChanged
(
QTreeWidgetItem
*
,
int
);
private:
void
slotItemChanged
(
QTreeWidgetItem
*
,
int
);
enum
ActionType
{
action
=
Qt
::
UserRole
+
1
};
...
...
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