qDeleteAll can be used to delete values in QMap or QHash. Please notice
that qDeleteAll calls delete only for values, not keys.
Details
Details
- Reviewers
davidedmundson - Group Reviewers
KWin - Commits
- R108:e0088b9c9da2: Use qDeleteAll in destructor of Scene class
Diff Detail
Diff Detail
- Repository
- R108 KWin
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.