Use the plain include (<foo> instead of <bar/foo>)
This commit is contained in:
parent
22253b9ab6
commit
259696741c
1 changed files with 3 additions and 2 deletions
|
@ -23,10 +23,10 @@
|
||||||
#ifndef DANBOORU_H
|
#ifndef DANBOORU_H
|
||||||
#define DANBOORU_H
|
#define DANBOORU_H
|
||||||
|
|
||||||
#include <QtCore/QObject>
|
|
||||||
|
|
||||||
#include "version.h"
|
#include "version.h"
|
||||||
|
|
||||||
|
#include <QObject>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief The Danbooru namespace.
|
* @brief The Danbooru namespace.
|
||||||
* @file danbooru.h
|
* @file danbooru.h
|
||||||
|
@ -68,6 +68,7 @@ namespace Danbooru {
|
||||||
Q_DECLARE_FLAGS(Ratings, Rating)
|
Q_DECLARE_FLAGS(Ratings, Rating)
|
||||||
Q_DECLARE_OPERATORS_FOR_FLAGS(Ratings)
|
Q_DECLARE_OPERATORS_FOR_FLAGS(Ratings)
|
||||||
|
|
||||||
|
|
||||||
}; // namespace Danbooru
|
}; // namespace Danbooru
|
||||||
|
|
||||||
#endif // DANBOORU_H
|
#endif // DANBOORU_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue