QDirListing: std::exchange is <utility> not <memory>
The Clang analyser in Qt Creator was letting us know that <memory> was unused in this header. Also, this is Include What You Need. Change-Id: Id7c260818f9e84847971fffda11da096169a0047 Reviewed-by: Ahmad Samir <a.samirh78@gmail.com> (cherry picked from commit 9dc8bc80de03ccf52fabf63855128c5852d51605) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 81443770ce8d4e0e0d7f15f9583522dd6441a8e4)bb10
parent
c3148c3081
commit
aef6202622
|
|
@ -12,7 +12,7 @@
|
|||
#include <QtCore/qdatetime.h>
|
||||
|
||||
#include <iterator>
|
||||
#include <memory>
|
||||
#include <utility>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue