folderstatusmodel.h: Fix warning

This commit is contained in:
Markus Goetz 2015-10-15 17:27:29 +02:00
parent 963eb1f29b
commit c3754e1fdd

View file

@ -144,7 +144,7 @@ signals:
void dirtyChanged();
void suggestExpand(const QModelIndex &); // Tell the view that this item should be expanded because it has an undecided item
friend class SubFolderInfo;
friend struct SubFolderInfo;
};
} // namespace OCC