Clean up includes
This commit is contained in:
parent
06f4f8d1fc
commit
f470558d20
9 changed files with 1 additions and 10 deletions
|
@ -26,12 +26,10 @@
|
|||
|
||||
// Qt
|
||||
|
||||
#include <QTimer>
|
||||
|
||||
// KDE
|
||||
|
||||
#include <KRun>
|
||||
#include <KFileDialog>
|
||||
|
||||
namespace Danbooru
|
||||
{
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "version.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
/**
|
||||
* @brief The Danbooru namespace.
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
#include <QStringList>
|
||||
#include <QSet>
|
||||
#include <QXmlStreamAttributes>
|
||||
#include <QPixmap>
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <QDebug>
|
||||
#include <qjson/parser.h>
|
||||
#include <QDebug>
|
||||
#include <QStack>
|
||||
|
||||
// KDE
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
// Qt
|
||||
|
||||
#include <QJsonDocument>
|
||||
#include <QJsonObject>
|
||||
#include <QXmlStreamReader>
|
||||
|
||||
// KDE
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "danbooruclientview.h"
|
||||
#include "model/danboorupostmodel.h"
|
||||
|
||||
#include <KConfigDialog>
|
||||
#include <KStatusBar>
|
||||
|
||||
#include <QAction>
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
|
||||
#include <QListView>
|
||||
#include <QPainter>
|
||||
#include <QDebug>
|
||||
#include <QApplication>
|
||||
|
||||
// KDE
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
|
||||
// Qt
|
||||
|
||||
#include <QDebug>
|
||||
#include <QPixmap>
|
||||
|
||||
namespace Danbooru
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue