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
|
// Qt
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
#include <QObject>
|
||||||
#include <QtCore/QVariant>
|
#include <QVariant>
|
||||||
#include <QtCore/QList>
|
#include <QList>
|
||||||
#include <QtCore/QStringList>
|
#include <QStringList>
|
||||||
#include <QtXml/QXmlStreamAttributes>
|
#include <QXmlStreamAttributes>
|
||||||
|
|
||||||
namespace Danbooru
|
namespace Danbooru
|
||||||
{
|
{
|
||||||
|
@ -106,6 +106,6 @@ public:
|
||||||
|
|
||||||
}; // namespace Danbooru
|
}; // namespace Danbooru
|
||||||
|
|
||||||
Q_DECLARE_METATYPE(Danbooru::DanbooruPool *)
|
Q_DECLARE_METATYPE(Danbooru::DanbooruPool*)
|
||||||
|
|
||||||
#endif // DANBOORUPOOL_H
|
#endif // DANBOORUPOOL_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue