mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 18:32:49 +00:00
kdecore: remove explicit specifier from KSettings constructor
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
7d0c2d0cb1
commit
62fd359884
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ public:
|
|||
* to influence the values returned by this object. See OpenFlags for
|
||||
* more details.
|
||||
*/
|
||||
explicit KSettings(const QString& file = QString(), const OpenFlags mode = FullConfig);
|
||||
KSettings(const QString& file = QString(), const OpenFlags mode = FullConfig);
|
||||
|
||||
~KSettings();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue