Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid unused variable warning in qfilesystemmodel.cpp
2135:5: warning: unused variable 'q' [-Wunused-variable] 2135 | Q_Q(QFileSystemModel); | ^~~~~~~~~~~~~~~~~~~~~ The variable is only required for the feature filesystemwatcher. Pick-to: 6.9 6.8 Change-Id: I5da48f94118179ec20fec7da7169b7f22cec17fe Reviewed-by: Ahmad Samir <a.samirh78@gmail.com>
- Loading branch information