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
KMail
Commits
e3a6cca4
Commit
e3a6cca4
authored
Mar 19, 2021
by
Laurent Montel
😁
Browse files
Use std::unique_ptr
parent
07c2dbb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/searchdialog/incompleteindexdialog.h
View file @
e3a6cca4
...
...
@@ -9,7 +9,7 @@
#include <QDialog>
#include <QList>
#include <memory>
class
QProgressDialog
;
class
QDBusInterface
;
...
...
@@ -36,7 +36,7 @@ private:
void
waitForIndexer
();
void
updateAllSelection
(
bool
select
);
QScopedPointe
r
<
Ui_IncompleteIndexDialog
>
mUi
;
std
::
unique_pt
r
<
Ui_IncompleteIndexDialog
>
mUi
;
QProgressDialog
*
mProgressDialog
=
nullptr
;
QDBusInterface
*
mIndexer
=
nullptr
;
QList
<
qlonglong
>
mIndexingQueue
;
...
...
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