mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add missing QDebug header (#3725)
* Fix apparent missing header * I had format on save turned off
This commit is contained in:
parent
efbf03d05b
commit
0c6358a2af
|
@ -1,6 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <QColor>
|
||||
#include <QDebug>
|
||||
#include <QJsonObject>
|
||||
#include <QString>
|
||||
|
||||
|
|
Loading…
Reference in a new issue