Fixed return type
This commit is contained in:
parent
2d85eb606f
commit
543be74420
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ public:
|
|||
void setWhiteBackgroundOnIcons(bool whiteBackgroundOnIcons);
|
||||
|
||||
// Item List
|
||||
bool feeditemsOrder() const {
|
||||
int feeditemsOrder() const {
|
||||
return this->_feeditemsOrder;
|
||||
}
|
||||
void setFeeditemsOrder(int feeditemsOrder);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue