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
Graphics
Okular
Commits
bb36c931
Commit
bb36c931
authored
Nov 08, 2021
by
Albert Astals Cid
Browse files
Remove wrong Q_UNUSED marker
We're assigning it in the initializers list
parent
aceed15e
Pipeline
#95096
passed with stage
in 15 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
part/presentationwidget.cpp
View file @
bb36c931
...
@@ -156,7 +156,6 @@ PresentationWidget::PresentationWidget(QWidget *parent, Okular::Document *doc, D
...
@@ -156,7 +156,6 @@ PresentationWidget::PresentationWidget(QWidget *parent, Okular::Document *doc, D
,
m_goToPreviousPageOnRelease
(
false
)
,
m_goToPreviousPageOnRelease
(
false
)
,
m_goToNextPageOnRelease
(
false
)
,
m_goToNextPageOnRelease
(
false
)
{
{
Q_UNUSED
(
parent
)
setAttribute
(
Qt
::
WA_DeleteOnClose
);
setAttribute
(
Qt
::
WA_DeleteOnClose
);
setAttribute
(
Qt
::
WA_OpaquePaintEvent
);
setAttribute
(
Qt
::
WA_OpaquePaintEvent
);
setObjectName
(
QStringLiteral
(
"presentationWidget"
));
setObjectName
(
QStringLiteral
(
"presentationWidget"
));
...
...
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