mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-15 01:57:08 +01:00
Fix build.
This commit is contained in:
parent
690295ad14
commit
e86285c612
@ -32,7 +32,6 @@
|
|||||||
#include "services/standard/standardserviceentrypoint.h"
|
#include "services/standard/standardserviceentrypoint.h"
|
||||||
#include "services/tt-rss/ttrssserviceentrypoint.h"
|
#include "services/tt-rss/ttrssserviceentrypoint.h"
|
||||||
#include "services/owncloud/owncloudserviceentrypoint.h"
|
#include "services/owncloud/owncloudserviceentrypoint.h"
|
||||||
#include "services/wallabag/wallabagserviceentrypoint.h"
|
|
||||||
|
|
||||||
#include <QSessionManager>
|
#include <QSessionManager>
|
||||||
#include <QThread>
|
#include <QThread>
|
||||||
@ -61,7 +60,6 @@ QList<ServiceEntryPoint*> Application::feedServices() {
|
|||||||
m_feedServices.append(new StandardServiceEntryPoint());
|
m_feedServices.append(new StandardServiceEntryPoint());
|
||||||
m_feedServices.append(new TtRssServiceEntryPoint());
|
m_feedServices.append(new TtRssServiceEntryPoint());
|
||||||
m_feedServices.append(new OwnCloudServiceEntryPoint());
|
m_feedServices.append(new OwnCloudServiceEntryPoint());
|
||||||
m_feedServices.append(new WallabagServiceEntryPoint());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return m_feedServices;
|
return m_feedServices;
|
||||||
|
Loading…
Reference in New Issue
Block a user