Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
PIM
Akonadi Search
Commits
8e19cd18
Commit
8e19cd18
authored
Aug 23, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Already initialize in header
parent
28612ed0
Pipeline
#31426
passed with stage
in 40 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
xapian/xapiandatabase.cpp
xapian/xapiandatabase.cpp
+1
-2
No files found.
xapian/xapiandatabase.cpp
View file @
8e19cd18
...
...
@@ -21,8 +21,7 @@
using
namespace
Akonadi
::
Search
;
XapianDatabase
::
XapianDatabase
(
const
QString
&
path
,
bool
writeOnly
)
:
m_db
(
nullptr
)
,
m_writeOnly
(
writeOnly
)
:
m_writeOnly
(
writeOnly
)
{
QDir
().
mkpath
(
path
);
m_path
=
path
.
toUtf8
().
constData
();
...
...
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