fixed QLabel include

This commit is contained in:
RebeccaStankus 2018-02-09 09:30:25 -08:00 committed by GitHub
parent 14839bc5f4
commit 736115b12d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
#include <QPushButton>
#include <QComboBox>
#include <QPlainTextEdit>
#include <Qlabel>
#include <QLabel>
#include <shared/AbstractLoggerInterface.h>