diff options
| author | Luc Schrijvers <[email protected]> | 2025-03-16 04:10:22 +0000 |
|---|---|---|
| committer | Luc Schrijvers <[email protected]> | 2025-03-16 12:02:38 +0000 |
| commit | be51e7233294263e3c2866e101e1151dbc61ccbe (patch) | |
| tree | ef4c4a9c0631a13821cc1f65dc8e37ab9cca6e0c /src | |
| parent | fad3305b8cbbdcc39de69740167326aff6fe6616 (diff) | |
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Felix Ernst <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/panels/information/informationpanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/information/informationpanel.cpp b/src/panels/information/informationpanel.cpp index b0b7a8581..8adb64ff0 100644 --- a/src/panels/information/informationpanel.cpp +++ b/src/panels/information/informationpanel.cpp @@ -10,8 +10,8 @@ #define HAVE_KDIRNOTIFY __has_include(<KDirNotify>) #if HAVE_KDIRNOTIFY -#endif #include <KDirNotify> +#endif #include <KIO/StatJob> #include <KJobWidgets> #include <KLocalizedString> |
