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
|
||||
#define DANBOORU_H
|
||||
|
||||
#include <QtCore/QObject>
|
||||
|
||||
#include "version.h"
|
||||
|
||||
#include <QObject>
|
||||
|
||||
/**
|
||||
* @brief The Danbooru namespace.
|
||||
* @file danbooru.h
|
||||
|
@ -68,6 +68,7 @@ namespace Danbooru {
|
|||
Q_DECLARE_FLAGS(Ratings, Rating)
|
||||
Q_DECLARE_OPERATORS_FOR_FLAGS(Ratings)
|
||||
|
||||
|
||||
}; // namespace Danbooru
|
||||
|
||||
#endif // DANBOORU_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue