Fixed return type

This commit is contained in:
Michael Käufl 2014-10-08 00:13:07 +02:00
parent 2d85eb606f
commit 543be74420

View file

@ -128,7 +128,7 @@ public:
void setWhiteBackgroundOnIcons(bool whiteBackgroundOnIcons);
// Item List
bool feeditemsOrder() const {
int feeditemsOrder() const {
return this->_feeditemsOrder;
}
void setFeeditemsOrder(int feeditemsOrder);