--pedantic;

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

View file

@ -125,7 +125,6 @@ public:
int currentPage() const;
/**
* @brief Get posts from a the board.
*
@ -334,5 +333,5 @@ Q_SIGNALS:
void tagDownloaded(Danbooru::DanbooruTag *tag);
};
};
}
#endif // DANBOORUSERVICE_H