Clean up includes

This commit is contained in:
Luca Beltrame 2014-10-12 14:27:44 +02:00
parent 06f4f8d1fc
commit f470558d20
9 changed files with 1 additions and 10 deletions

View file

@ -25,7 +25,6 @@
#include "version.h"
#include <QObject>
/**
* @brief The Danbooru namespace.

View file

@ -32,7 +32,6 @@
#include <QObject>
#include <QVariant>
#include <QStringList>
#include <QSet>
#include <QXmlStreamAttributes>
#include <QPixmap>

View file

@ -25,7 +25,6 @@
#include <QDebug>
#include <qjson/parser.h>
#include <QDebug>
#include <QStack>
// KDE

View file

@ -123,7 +123,7 @@ public:
~DanbooruService();
/**
*@brief Get posts from a the board.
* @brief Get posts from a the board.
*
* @param page The page containing posts (default: 1)
* @param tags The specific tags to query for (default: all tags)

View file

@ -27,7 +27,6 @@
// Qt
#include <QJsonDocument>
#include <QJsonObject>
#include <QXmlStreamReader>
// KDE