Suppress "discards qualifiers" warning

This commit is contained in:
Luca Beltrame 2014-10-04 11:08:22 +02:00
parent 8545ad84a8
commit fe630c753e
2 changed files with 2 additions and 2 deletions

View file

@ -198,7 +198,7 @@ namespace Danbooru {
/**
* @return The current post's rating.
**/
const Rating rating() const;
Rating rating() const;
/**
* Set the post's pixmap to a specific QPixmap instance's pointer.