diff options
author | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-22 17:10:35 +0200 |
---|---|---|
committer | Fabien Proriol <fabien.proriol@kazoe.org> | 2025-05-26 10:48:46 +0200 |
commit | 2feba4447a482840e21fa2d3b33f1a5da12d09b7 (patch) | |
tree | 83a790b1ae5b5f32f5964350856a160dbed52e05 /src/changewatcher.cpp | |
parent | c842548fef050ac5f8b56a5fcb4f579820247434 (diff) |
qt: Add Qt Wrapper library and QML module
Diffstat (limited to 'src/changewatcher.cpp')
-rw-r--r-- | src/changewatcher.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/changewatcher.cpp b/src/changewatcher.cpp index 4762ebb..ef54019 100644 --- a/src/changewatcher.cpp +++ b/src/changewatcher.cpp @@ -1,5 +1,4 @@ #include "changewatcher.h" -#include <iostream> #include <filesystem> #include <sys/inotify.h> #include <sys/eventfd.h> |