--pedantic;

This commit is contained in:
Luca Beltrame 2015-02-22 10:49:29 +01:00
commit b6d71f3cbf
11 changed files with 10 additions and 12 deletions

View file

@ -153,4 +153,4 @@ QStringList DanbooruPostModel::postTags() const
}
};
} // namespace Danbooru

View file

@ -86,6 +86,6 @@ public Q_SLOTS:
void addPost(Danbooru::DanbooruPost *post);
};
}; // namespace Danbooru
} // namespace Danbooru
#endif // DANBOORUPOSTMODEL_H