replace all occurences of '#include <QZXing.h>' with '#include QZXing.h'. Possible fix for #81 #118 #123

This commit is contained in:
Nikos Ftylitakis 2019-10-15 10:04:09 +03:00
parent 3957de251b
commit 10ba99586e
3 changed files with 5 additions and 5 deletions

View File

@ -97,7 +97,7 @@ Follows simple code snippets that brefly show the use of the library. For more d
### C++/Qt
```cpp
#include <QZXing.h>
#include "QZXing.h"
int main()
{
@ -114,7 +114,7 @@ int main()
First register QZXing type to the QML engine.
```cpp
#include <QZXing.h>
#include "QZXing.h"
int main()
{
@ -166,7 +166,7 @@ Use the encoding function with its default settings:
* Error Correction Level: Low (L)
```cpp
#include <QZXing.h>
#include "QZXing.h"
int main()
{

View File

@ -5,7 +5,7 @@
#include <QDebug>
#include <Qt>
#include <QZXing.h>
#include "QZXing.h"
#include "application.h"
int main(int argc, char *argv[])

View File

@ -21,7 +21,7 @@
#include <QAbstractVideoFilter>
#include <QDebug>
#include <QFuture>
#include <QZXing.h>
#include "QZXing.h"
///
/// References: