Skip to content

Commit

Permalink
fix: incorrect QTimer header include
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Jul 10, 2024
1 parent 79abdcc commit 938910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
#include <QStyleFactory>
#include <QStandardPaths>
#include <QStringBuilder>
#include <QTimer>

#ifdef HAVE_KIO
#include <KFileItemActions>
#include <KFileItemListProperties>
#include <QTimer>
#endif // HAVE_KIO

#include <portaudio.h>
Expand Down

0 comments on commit 938910c

Please sign in to comment.