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
55c0d297
Commit
55c0d297
authored
Jan 05, 2021
by
Laurent Montel
😁
Browse files
Remove not implemented method or unused signal
parent
f8a31079
Pipeline
#46461
passed with stage
in 15 minutes and 18 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/abstractselectioncontroller.h
View file @
55c0d297
...
...
@@ -66,17 +66,6 @@ public:
virtual
void
showArticle
(
const
Akregator
::
Article
&
article
)
=
0
;
};
class
SubscriptionLister
{
public:
virtual
~
SubscriptionLister
()
{
}
virtual
void
setSubscriptionListModel
(
Akregator
::
SubscriptionListModel
*
model
)
=
0
;
virtual
QItemSelectionModel
*
subscriptionSelectionModel
()
const
=
0
;
};
class
AbstractSelectionController
:
public
QObject
{
Q_OBJECT
...
...
src/articleviewer-ng/webengine/articleviewerwebenginewidgetng.h
View file @
55c0d297
...
...
@@ -49,7 +49,6 @@ private:
void
initializeActions
(
KActionCollection
*
ac
);
void
initializeLayout
(
KActionCollection
*
ac
);
void
printRequested
(
QWebEnginePage
*
page
);
void
slotRestorePosition
();
WebEngineViewer
::
FindBarWebEngineView
*
mFindBarWebView
=
nullptr
;
ArticleViewerWebEngine
*
mArticleViewerNg
=
nullptr
;
KPIMTextEdit
::
TextToSpeechWidget
*
mTextToSpeechWidget
=
nullptr
;
...
...
src/frame/framemanager.h
View file @
55c0d297
...
...
@@ -36,8 +36,6 @@ public:
Frame
*
findFrameById
(
int
id
)
const
;
void
setMainWindow
(
QWidget
*
mainWin
);
/** session management **/
void
saveProperties
(
KConfigGroup
&
config
);
...
...
src/selectioncontroller.h
View file @
55c0d297
...
...
@@ -80,8 +80,6 @@ private Q_SLOTS:
private:
void
setCurrentSubscriptionModel
();
QSharedPointer
<
FeedList
>
m_feedList
;
QPointer
<
QAbstractItemView
>
m_feedSelector
;
Akregator
::
ArticleLister
*
m_articleLister
=
nullptr
;
...
...
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