Skip to content

Commit

Permalink
Merge pull request #690 from principis/fix-build
Browse files Browse the repository at this point in the history
fix: add missing QDirIterator include
  • Loading branch information
annejan authored Nov 26, 2024
2 parents d7cf423 + c3d0409 commit 966fc3b
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 966fc3b

Please sign in to comment.