This commit is contained in:
Martin Rotter 2015-11-24 19:47:12 +01:00
parent 4e657da088
commit 8a6075610f
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
#include <QSqlTableModel> #include <QSqlTableModel>
StandardServiceRoot::'StandardServiceRoot(bool load_from_db, FeedsModel *feeds_model, RootItem *parent) StandardServiceRoot::StandardServiceRoot(bool load_from_db, FeedsModel *feeds_model, RootItem *parent)
: ServiceRoot(feeds_model, parent), m_recycleBin(new StandardRecycleBin(this)), : ServiceRoot(feeds_model, parent), m_recycleBin(new StandardRecycleBin(this)),
m_actionExportFeeds(NULL), m_actionImportFeeds(NULL), m_serviceMenu(QList<QAction*>()), m_actionExportFeeds(NULL), m_actionImportFeeds(NULL), m_serviceMenu(QList<QAction*>()),
m_addItemMenu(QList<QAction*>()), m_feedContextMenu(QList<QAction*>()), m_actionFeedFetchMetadata(NULL) { m_addItemMenu(QList<QAction*>()), m_feedContextMenu(QList<QAction*>()), m_actionFeedFetchMetadata(NULL) {

View File

@ -44,7 +44,7 @@ class StandardServiceRoot : public ServiceRoot {
virtual ~StandardServiceRoot(); virtual ~StandardServiceRoot();
// Start/stop root. // Start/stop root.
void start(); void aaaaaaaastart();
void stop(); void stop();
bool canBeEdited(); bool canBeEdited();