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 <QStringList>>
#include <QStringList>
#include "json.h"
namespace QtJson {

View File

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

View File

@ -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