Skip to content

Commit

Permalink
fix: incorrect QOverload header, FTBFS under linux
Browse files Browse the repository at this point in the history
  • Loading branch information
BLumia committed Sep 8, 2024
1 parent 1a8f335 commit 3378964
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions widget/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "instrumentsmodel.h"

#include <QBindable>
#include <QFileDialog>
#include <QMimeData>
#include <QMouseEvent>
Expand Down
2 changes: 0 additions & 2 deletions widget/trackerwidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

#include <algorithm>

#include <QOverload>

TrackerWidget::TrackerWidget(QWidget *parent)
: QWidget(parent)
{
Expand Down

0 comments on commit 3378964

Please sign in to comment.