Coding style

This commit is contained in:
Luca Beltrame 2014-08-28 09:46:59 +02:00
parent 1de6786a9e
commit bcecd30031
3 changed files with 548 additions and 548 deletions

View file

@ -79,8 +79,6 @@ namespace Danbooru {
public:
/**
* @brief Ratings for a Danbooru item
*

View file

@ -40,7 +40,8 @@
#include "danboorutag.h"
#include "utils.h"
namespace Danbooru {
namespace Danbooru
{
using KIO::StoredTransferJob;

View file

@ -22,7 +22,8 @@
#include "danboorutag.h"
namespace Danbooru {
namespace Danbooru
{
DanbooruTag::DanbooruTag(const QVariantMap& postData, QObject* parent):
QObject(parent)