mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-02-03 10:47:47 +01:00
Fix >
This commit is contained in:
parent
1791fc6480
commit
bd44be2921
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QStringList>>
|
||||
#include <QStringList>
|
||||
#include "json.h"
|
||||
|
||||
namespace QtJson {
|
||||
|
@ -18,8 +18,5 @@
|
||||
#include "services/abstract/serviceentrypoint.h"
|
||||
|
||||
|
||||
ServiceEntryPoint::ServiceEntryPoint() {
|
||||
}
|
||||
|
||||
ServiceEntryPoint::~ServiceEntryPoint() {
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user