QZXingLive example: remove unused qzxing.h include

qzxing.h doesn't exist, and the example works fine without it.
This commit is contained in:
Сковорода Никита Андреевич 2016-12-01 02:58:00 +03:00 committed by GitHub
parent 46c8ab94f0
commit 3adcc83300

View File

@ -4,7 +4,6 @@
#include <QDebug>
#include <qzxing.h>
#include <Qt>
#include "QZXingFilter.h"