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
Akonadi
Commits
fa094b56
Commit
fa094b56
authored
Jul 30, 2020
by
Antonio Larrosa Jimenez
Committed by
Antonio Larrosa Jimenez
Aug 03, 2020
Browse files
Add missing default value for storeSettings in init method
parent
b308caee
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/storage/dbconfigsqlite.h
View file @
fa094b56
...
@@ -42,7 +42,7 @@ public:
...
@@ -42,7 +42,7 @@ public:
* At this point the default settings should be determined, merged
* At this point the default settings should be determined, merged
* with the given @p settings and written back if @p storeSettings is true.
* with the given @p settings and written back if @p storeSettings is true.
*/
*/
bool
init
(
QSettings
&
settings
,
bool
storeSettings
)
override
;
bool
init
(
QSettings
&
settings
,
bool
storeSettings
=
true
)
override
;
/**
/**
* This method checks if the requirements for this database connection are met
* This method checks if the requirements for this database connection are met
...
...
Write
Preview
Supports
Markdown
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