From d51b16b39889d1f90f0bab6b1c18a1d038df5530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Mon, 12 Jul 2021 11:49:36 +0200 Subject: [PATCH] Added missing class forward declarations --- src/GUI/dirselectwidget.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/GUI/dirselectwidget.h b/src/GUI/dirselectwidget.h index 2ca1c23a..1a339568 100644 --- a/src/GUI/dirselectwidget.h +++ b/src/GUI/dirselectwidget.h @@ -4,6 +4,9 @@ #include #include +class QPushButton; +class QToolButton; + class DirSelectWidget : public QWidget { Q_OBJECT