This commit is contained in:
Martin Rotter 2015-12-02 12:46:17 +01:00
parent 1791fc6480
commit bd44be2921
3 changed files with 1 additions and 5 deletions

View File

@ -21,7 +21,7 @@
*/ */
#include <QDateTime> #include <QDateTime>
#include <QStringList>> #include <QStringList>
#include "json.h" #include "json.h"
namespace QtJson { namespace QtJson {

View File

@ -18,8 +18,5 @@
#include "services/abstract/serviceentrypoint.h" #include "services/abstract/serviceentrypoint.h"
ServiceEntryPoint::ServiceEntryPoint() {
}
ServiceEntryPoint::~ServiceEntryPoint() { ServiceEntryPoint::~ServiceEntryPoint() {
} }

View File

@ -30,7 +30,6 @@ class FeedsModel;
class ServiceEntryPoint { class ServiceEntryPoint {
public: public:
// Constructors. // Constructors.
explicit ServiceEntryPoint();
virtual ~ServiceEntryPoint(); virtual ~ServiceEntryPoint();
// Creates new service root item, which is ready to be added // Creates new service root item, which is ready to be added