Fix Qt includes
This commit is contained in:
parent
488efc390b
commit
4f21002603
1 changed files with 6 additions and 6 deletions
|
@ -31,11 +31,11 @@
|
|||
|
||||
// Qt
|
||||
|
||||
#include <QtCore/QObject>
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtCore/QList>
|
||||
#include <QtCore/QStringList>
|
||||
#include <QtXml/QXmlStreamAttributes>
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
#include <QList>
|
||||
#include <QStringList>
|
||||
#include <QXmlStreamAttributes>
|
||||
|
||||
namespace Danbooru
|
||||
{
|
||||
|
@ -106,6 +106,6 @@ public:
|
|||
|
||||
}; // namespace Danbooru
|
||||
|
||||
Q_DECLARE_METATYPE(Danbooru::DanbooruPool *)
|
||||
Q_DECLARE_METATYPE(Danbooru::DanbooruPool*)
|
||||
|
||||
#endif // DANBOORUPOOL_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue