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
PIM Data Exporter
Commits
93441618
Commit
93441618
authored
Nov 04, 2017
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
GIT_SILENT: coding style
parent
67e985a2
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
25 deletions
+23
-25
core/exportresourcearchivejob.h
core/exportresourcearchivejob.h
+0
-1
gui/dialog/synchronizeresourcedialog.h
gui/dialog/synchronizeresourcedialog.h
+0
-1
gui/pimsettingexporterwindow.cpp
gui/pimsettingexporterwindow.cpp
+14
-14
gui/pimsettingexporterwindow.h
gui/pimsettingexporterwindow.h
+9
-9
No files found.
core/exportresourcearchivejob.h
View file @
93441618
...
@@ -45,7 +45,6 @@ Q_SIGNALS:
...
@@ -45,7 +45,6 @@ Q_SIGNALS:
void
info
(
const
QString
&
str
);
void
info
(
const
QString
&
str
);
void
terminated
();
void
terminated
();
public
Q_SLOTS
:
public
Q_SLOTS
:
void
slotTaskCanceled
();
void
slotTaskCanceled
();
...
...
gui/dialog/synchronizeresourcedialog.h
View file @
93441618
...
@@ -37,7 +37,6 @@ private:
...
@@ -37,7 +37,6 @@ private:
void
slotSelectAll
();
void
slotSelectAll
();
void
slotUnselectAll
();
void
slotUnselectAll
();
enum
DataType
{
enum
DataType
{
ResourceIdentifier
=
Qt
::
UserRole
+
1
ResourceIdentifier
=
Qt
::
UserRole
+
1
};
};
...
...
gui/pimsettingexporterwindow.cpp
View file @
93441618
...
@@ -366,8 +366,8 @@ void PimSettingExporterWindow::loadData(const QString &filename, const QString &
...
@@ -366,8 +366,8 @@ void PimSettingExporterWindow::loadData(const QString &filename, const QString &
QString
currentFileName
=
filename
;
QString
currentFileName
=
filename
;
if
(
currentFileName
.
isEmpty
())
{
if
(
currentFileName
.
isEmpty
())
{
QString
recentDirClass
;
QString
recentDirClass
;
currentFileName
=
currentFileName
QFileDialog
::
getOpenFileName
(
=
QFileDialog
::
getOpenFileName
(
this
,
this
,
i18n
(
"Restore backup"
),
i18n
(
"Restore backup"
),
KFileWidget
::
getStartUrl
(
QUrl
(
QStringLiteral
(
"kfiledialog:///pimsettingexporter"
)),
KFileWidget
::
getStartUrl
(
QUrl
(
QStringLiteral
(
"kfiledialog:///pimsettingexporter"
)),
...
...
gui/pimsettingexporterwindow.h
View file @
93441618
...
@@ -66,15 +66,15 @@ private:
...
@@ -66,15 +66,15 @@ private:
QString
mLastArchiveFileName
;
QString
mLastArchiveFileName
;
// Name, identifier
// Name, identifier
QHash
<
QString
,
QString
>
mNeedToSyncResources
;
QHash
<
QString
,
QString
>
mNeedToSyncResources
;
LogWidget
*
mLogWidget
=
nullptr
;
LogWidget
*
mLogWidget
=
nullptr
;
KRecentFilesAction
*
mRecentFilesAction
=
nullptr
;
KRecentFilesAction
*
mRecentFilesAction
=
nullptr
;
QAction
*
mBackupAction
=
nullptr
;
QAction
*
mBackupAction
=
nullptr
;
QAction
*
mRestoreAction
=
nullptr
;
QAction
*
mRestoreAction
=
nullptr
;
QAction
*
mSaveLogAction
=
nullptr
;
QAction
*
mSaveLogAction
=
nullptr
;
QAction
*
mArchiveStructureInfo
=
nullptr
;
QAction
*
mArchiveStructureInfo
=
nullptr
;
QAction
*
mShowArchiveInformationsAction
=
nullptr
;
QAction
*
mShowArchiveInformationsAction
=
nullptr
;
QAction
*
mShowArchiveInformationsAboutCurrentArchiveAction
=
nullptr
;
QAction
*
mShowArchiveInformationsAboutCurrentArchiveAction
=
nullptr
;
PimSettingsBackupRestoreUI
*
mPimSettingsBackupRestoreUI
=
nullptr
;
PimSettingsBackupRestoreUI
*
mPimSettingsBackupRestoreUI
=
nullptr
;
PimSettingsTrayIcon
*
mTrayIcon
=
nullptr
;
PimSettingsTrayIcon
*
mTrayIcon
=
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