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
Network
Konqueror
Commits
8aac5b4b
Commit
8aac5b4b
authored
Sep 11, 2020
by
David Faure
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix two warnings
parent
92fc4a96
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/konqsessionmanager.cpp
src/konqsessionmanager.cpp
+1
-1
src/ktabwidget.h
src/ktabwidget.h
+1
-1
No files found.
src/konqsessionmanager.cpp
View file @
8aac5b4b
...
...
@@ -92,7 +92,7 @@ static const QList<KConfigGroup> windowConfigGroups(/*NOT const, we'll use write
}
SessionRestoreDialog
::
SessionRestoreDialog
(
const
QStringList
&
sessionFilePaths
,
QWidget
*
parent
)
:
QDialog
(
parent
,
nullptr
)
:
QDialog
(
parent
)
,
m_sessionItemsCount
(
0
)
,
m_dontShowChecked
(
false
)
{
...
...
src/ktabwidget.h
View file @
8aac5b4b
...
...
@@ -47,7 +47,7 @@ public:
* @param parent The parent widgets.
* @param flags The Qt window flags @see QWidget.
*/
explicit
KTabWidget
(
QWidget
*
parent
=
nullptr
,
Qt
::
WindowFlags
flags
=
nullptr
);
explicit
KTabWidget
(
QWidget
*
parent
=
nullptr
,
Qt
::
WindowFlags
flags
=
{}
);
/**
* Destroys the tab widget.
...
...
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