complementary commit for 10ba99586e

This commit is contained in:
Nikos Ftylitakis 2019-10-15 10:16:01 +03:00
parent 10ba99586e
commit 4b7f8b6a71
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
#include <QGuiApplication>
#include <QQmlApplicationEngine>
#include <QZXing.h>
#include "QZXing.h"
int main(int argc, char *argv[])
{

View File

@ -43,7 +43,7 @@
#include <QtDeclarative/QDeclarativeView>
#include <QtDeclarative/QDeclarativeEngine>
#include <QZXing.h>
#include "QZXing.h"
#if !defined(QT_NO_OPENGL)
#include <QtOpenGL/QGLWidget>

View File

@ -11,7 +11,7 @@
#endif
#include "droparea.h"
#include <QZXing.h>
#include "QZXing.h"
Q_DECL_EXPORT int main(int argc, char *argv[])
{

View File

@ -2,7 +2,7 @@
#define DECODEVALIDATOR_H
#include "ValidationStats.h"
#include <QZXing.h>
#include "QZXing.h"
#include <memory>
#include <vector>
#include <map>

View File

@ -1,7 +1,7 @@
#ifndef ENCODEVALIDATOR_H
#define ENCODEVALIDATOR_H
#include <QZXing.h>
#include "QZXing.h"
#include <memory>
#include <vector>
#include <map>

View File

@ -1,7 +1,7 @@
#ifndef ENCODERSTRESSTEST_H
#define ENCODERSTRESSTEST_H
#include <QZXing.h>
#include "QZXing.h"
#include <memory>
#include <vector>
#include <map>

View File

@ -1,7 +1,7 @@
#ifndef TESTCASE_H
#define TESTCASE_H
#include <QZXing.h>
#include "QZXing.h"
#include <zxing/Exception.h>
#include <QtGlobal>
#include <zxing/qrcode/decoder/Mode.h>