diff --git a/src/nostalgia/studio/oxfstreeview.cpp b/src/nostalgia/studio/oxfstreeview.cpp index d2b86635..15a69391 100644 --- a/src/nostalgia/studio/oxfstreeview.cpp +++ b/src/nostalgia/studio/oxfstreeview.cpp @@ -143,7 +143,7 @@ QVariant OxFSModel::data(const QModelIndex &index, int role) const { Qt::ItemFlags OxFSModel::flags(const QModelIndex &index) const { if (!index.isValid()) { - return 0; + return {}; } else { return QAbstractItemModel::flags(index); }