Skip to content

Commit

Permalink
fix: incorrect header include position
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Apr 18, 2024
1 parent e0fda8f commit a83cc61
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 @@ -35,11 +35,11 @@
#include <QStandardPaths>
#include <QProcess>
#include <QDesktopServices>
#include <QMessageBox>

#ifdef HAVE_QTDBUS
#include <QDBusInterface>
#include <QDBusConnectionInterface>
#include <QMessageBox>
#endif // HAVE_QTDBUS

MainWindow::MainWindow(QWidget *parent)
Expand Down

0 comments on commit a83cc61

Please sign in to comment.