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
MBox Importer
Commits
dfd653c7
Commit
dfd653c7
authored
Sep 07, 2020
by
Laurent Montel
😁
Browse files
Modernize code
parent
8e1167b2
Pipeline
#33445
passed with stage
in 16 minutes and 43 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mboximporterinfogui.h
View file @
dfd653c7
...
...
@@ -29,7 +29,7 @@ public:
QWidget
*
parent
()
const
override
;
private:
MBoxImportWidget
*
mParent
=
nullptr
;
MBoxImportWidget
*
const
mParent
;
};
#endif
/* MBOXIMPORTERINFOGUI_H */
...
...
src/mboximportwidget.h
View file @
dfd653c7
...
...
@@ -41,7 +41,7 @@ Q_SIGNALS:
void
importMailsClicked
();
private:
Ui
::
MBoxImportWidget
*
ui
=
nullptr
;
Ui
::
MBoxImportWidget
*
const
ui
;
};
#endif // MBOXIMPORTWIDGET_H
src/mboxmainwindow.h
View file @
dfd653c7
...
...
@@ -21,7 +21,7 @@ private Q_SLOTS:
void
slotImportMBox
();
private:
QString
mFileName
;
const
QString
mFileName
;
MBoxImportWidget
*
mImportWidget
=
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