You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ include-what-you-use $(pkg-config --cflags-only-I Qt6Core) input.cpp
input.cpp should add these lines:
#include <stdlib.h> // for free
input.cpp should remove these lines:
The full include-list for input.cpp:
#include <stdlib.h> // for free
#include <QList> // for QList
---
This started with 0.23.
The text was updated successfully, but these errors were encountered:
firewave
changed the title
unnecessary <stdint.h> suggested for QList
unnecessary <stdlib.h> suggested for QListNov 22, 2024
This started with 0.23.
The text was updated successfully, but these errors were encountered: