Include QFile that is now necessary I think

This commit is contained in:
zneix 2021-07-31 22:46:26 +02:00
parent bddd5b021c
commit 2a8daaea05
No known key found for this signature in database
GPG key ID: 911916E0523B22F6
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include "widgets/settingspages/NotificationPage.hpp"
#include <QDialogButtonBox>
#include <QFile>
#include <QLineEdit>
namespace chatterino {

View file

@ -8,6 +8,7 @@
#include "widgets/BasePopup.hpp"
#include "widgets/helper/SignalLabel.hpp"
#include <QFile>
#include <QFormLayout>
#include <QGroupBox>
#include <QLabel>