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
Akregator
Commits
0e844d97
Commit
0e844d97
authored
May 11, 2021
by
Laurent Montel
😁
Browse files
Fix some clazy warning
parent
1f2b6994
Pipeline
#61579
passed with stage
in 8 minutes and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/articleviewer-ng/webengine/articleviewerwebenginepage.h
View file @
0e844d97
...
...
@@ -16,9 +16,6 @@ public:
explicit
ArticleViewerWebEnginePage
(
QObject
*
parent
=
nullptr
);
~
ArticleViewerWebEnginePage
()
override
;
Q_SIGNALS:
void
urlClicked
(
const
QUrl
&
url
);
protected:
bool
acceptNavigationRequest
(
const
QUrl
&
url
,
NavigationType
type
,
bool
isMainFrame
)
override
;
...
...
src/folder.cpp
View file @
0e844d97
...
...
@@ -63,7 +63,7 @@ Folder::~Folder()
// child removes itself from list in its destructor
delete
m_children
.
first
();
}
Q_EMIT
emitSignalDestroyed
();
emitSignalDestroyed
();
}
QVector
<
Article
>
Folder
::
articles
()
...
...
src/frame/framemanager.h
View file @
0e844d97
...
...
@@ -40,7 +40,7 @@ public:
public
Q_SLOTS
:
void
slotAddFrame
(
Frame
*
frame
);
void
slotAddFrame
(
Akregator
::
Frame
*
frame
);
void
slotRemoveFrame
(
int
frameId
);
void
slotChangeFrame
(
int
frameId
);
...
...
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