diff --git a/src/PropListDelegate.h b/src/PropListDelegate.h index 701ef72e0..c369d47bb 100644 --- a/src/PropListDelegate.h +++ b/src/PropListDelegate.h @@ -181,7 +181,8 @@ class PropListDelegate: public QItemDelegate { // } else { model->setData(index, QVariant(HIGH)); model->setData(index, QVariant(NORMAL)); - *filteredFilesChanged = true; + if(filteredFilesChanged != 0) + *filteredFilesChanged = true; // } break; case 2: