Skip to content

Commit

Permalink
fix: add missing QDirIterator include
Browse files Browse the repository at this point in the history
Added missing include for QDirIterator in mainwindow.cpp to resolve compilation
errors introduced with Qt 6.8.
  • Loading branch information
principis committed Nov 5, 2024
1 parent d7cf423 commit c3d0409
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#include <QCloseEvent>
#include <QDesktopServices>
#include <QDialog>
#include <QDirIterator>
#include <QFileInfo>
#include <QInputDialog>
#include <QLabel>
Expand Down

0 comments on commit c3d0409

Please sign in to comment.