diff options
| author | Brian Potchik <brian@vector35.com> | 2025-01-23 13:49:23 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-01-23 13:49:23 -0500 |
| commit | 2a74060264ce1bdab1cc33e08965e6d7429be1e8 (patch) | |
| tree | 1574551483ddae2bb54f15618c99b177b6354717 /examples/triage | |
| parent | 0e67c443444849b313d8d676a5506a8e025a1cf9 (diff) | |
Fix CopyableLabel filename.
Diffstat (limited to 'examples/triage')
| -rw-r--r-- | examples/triage/fileinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/triage/fileinfo.cpp b/examples/triage/fileinfo.cpp index ca96a9dd..3250feae 100644 --- a/examples/triage/fileinfo.cpp +++ b/examples/triage/fileinfo.cpp @@ -1,7 +1,7 @@ #include "fileinfo.h" #include "fontsettings.h" #include "theme.h" -#include "copyablelable.h" +#include "copyablelabel.h" #include <QClipboard> #include <QApplication> #include <QToolTip> |
