From e86285c612fb18152cd62f446d834c274e6f7443 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Fri, 15 Apr 2016 07:19:23 +0200 Subject: [PATCH] Fix build. --- src/miscellaneous/application.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/miscellaneous/application.cpp b/src/miscellaneous/application.cpp index c0b8119b7..0b58466ca 100755 --- a/src/miscellaneous/application.cpp +++ b/src/miscellaneous/application.cpp @@ -32,7 +32,6 @@ #include "services/standard/standardserviceentrypoint.h" #include "services/tt-rss/ttrssserviceentrypoint.h" #include "services/owncloud/owncloudserviceentrypoint.h" -#include "services/wallabag/wallabagserviceentrypoint.h" #include #include @@ -61,7 +60,6 @@ QList Application::feedServices() { m_feedServices.append(new StandardServiceEntryPoint()); m_feedServices.append(new TtRssServiceEntryPoint()); m_feedServices.append(new OwnCloudServiceEntryPoint()); - m_feedServices.append(new WallabagServiceEntryPoint()); } return m_feedServices;