Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/kernel/dguiapplicationhelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,11 @@
#include <private/qguiapplication_p.h>
#include <qpa/qplatformservices.h>
#include <qpa/qplatformintegration.h>
#include <qpa/qplatformtheme.h>

Check warning on line 59 in src/kernel/dguiapplicationhelper.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <qpa/qplatformtheme.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 59 in src/kernel/dguiapplicationhelper.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <qpa/qplatformtheme.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

#ifdef Q_OS_LINUX
#include <pwd.h>

Check warning on line 62 in src/kernel/dguiapplicationhelper.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <pwd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 62 in src/kernel/dguiapplicationhelper.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <pwd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#include <unistd.h>

Check warning on line 63 in src/kernel/dguiapplicationhelper.cpp

View workflow job for this annotation

GitHub Actions / static-check / static-check

Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 63 in src/kernel/dguiapplicationhelper.cpp

View workflow job for this annotation

GitHub Actions / cppcheck

Include file: <unistd.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.
#endif

#include "orgdeepindtkpreference.hpp"
Expand Down
Loading