Removed few lines.
This commit is contained in:
parent
cc8a5c2822
commit
0962856b7a
2 changed files with 0 additions and 6 deletions
|
@ -98,14 +98,10 @@ class StandardServiceRoot : public ServiceRoot {
|
||||||
QStringList textualFeedIds(const QList<Feed *> &feeds);
|
QStringList textualFeedIds(const QList<Feed *> &feeds);
|
||||||
|
|
||||||
StandardRecycleBin *m_recycleBin;
|
StandardRecycleBin *m_recycleBin;
|
||||||
|
|
||||||
// Menus.
|
|
||||||
QAction *m_actionExportFeeds;
|
QAction *m_actionExportFeeds;
|
||||||
QAction *m_actionImportFeeds;
|
QAction *m_actionImportFeeds;
|
||||||
|
|
||||||
QList<QAction*> m_serviceMenu;
|
QList<QAction*> m_serviceMenu;
|
||||||
QList<QAction*> m_feedContextMenu;
|
QList<QAction*> m_feedContextMenu;
|
||||||
|
|
||||||
QAction *m_actionFeedFetchMetadata;
|
QAction *m_actionFeedFetchMetadata;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -95,10 +95,8 @@ class TtRssServiceRoot : public ServiceRoot {
|
||||||
void loadFromDatabase();
|
void loadFromDatabase();
|
||||||
|
|
||||||
TtRssRecycleBin *m_recycleBin;
|
TtRssRecycleBin *m_recycleBin;
|
||||||
|
|
||||||
QAction *m_actionSyncIn;
|
QAction *m_actionSyncIn;
|
||||||
QList<QAction*> m_serviceMenu;
|
QList<QAction*> m_serviceMenu;
|
||||||
|
|
||||||
TtRssNetworkFactory *m_network;
|
TtRssNetworkFactory *m_network;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue