mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
boolean -> bool
This commit is contained in:
parent
02df90f3bd
commit
9dc66f532f
@ -218,7 +218,7 @@ QModelIndex FolderModel::index(int row, int column, const QModelIndex &parent)
|
|||||||
|
|
||||||
void iterate(const QModelIndex &index,
|
void iterate(const QModelIndex &index,
|
||||||
const QAbstractItemModel *model,
|
const QAbstractItemModel *model,
|
||||||
const std::function<boolean(const QModelIndex &)> &iteration)
|
const std::function<bool(const QModelIndex &)> &iteration)
|
||||||
{
|
{
|
||||||
if (index.isValid()) {
|
if (index.isValid()) {
|
||||||
auto continueIterating = iteration(index);
|
auto continueIterating = iteration(index);
|
||||||
|
Loading…
Reference in New Issue
Block a user