diff --git a/src/qt-json/json.cpp b/src/qt-json/json.cpp index 275862f27..1aa505b87 100755 --- a/src/qt-json/json.cpp +++ b/src/qt-json/json.cpp @@ -21,7 +21,7 @@ */ #include -#include > +#include #include "json.h" namespace QtJson { diff --git a/src/services/abstract/serviceentrypoint.cpp b/src/services/abstract/serviceentrypoint.cpp index a368e207c..d32c3297c 100755 --- a/src/services/abstract/serviceentrypoint.cpp +++ b/src/services/abstract/serviceentrypoint.cpp @@ -18,8 +18,5 @@ #include "services/abstract/serviceentrypoint.h" -ServiceEntryPoint::ServiceEntryPoint() { -} - ServiceEntryPoint::~ServiceEntryPoint() { } diff --git a/src/services/abstract/serviceentrypoint.h b/src/services/abstract/serviceentrypoint.h index 1cefafa83..83294add5 100755 --- a/src/services/abstract/serviceentrypoint.h +++ b/src/services/abstract/serviceentrypoint.h @@ -30,7 +30,6 @@ class FeedsModel; class ServiceEntryPoint { public: // Constructors. - explicit ServiceEntryPoint(); virtual ~ServiceEntryPoint(); // Creates new service root item, which is ready to be added