mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-01 21:57:02 +00:00
align file name casing to camel case for qzxing.cpp and imagehandler
This commit is contained in:
parent
154451e968
commit
fe26b2112e
@ -1,4 +1,4 @@
|
|||||||
#include "imagehandler.h"
|
#include "ImageHandler.h"
|
||||||
#include <QImage>
|
#include <QImage>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
#include <QDebug>
|
#include <QDebug>
|
@ -6,7 +6,7 @@
|
|||||||
#include <zxing/MultiFormatReader.h>
|
#include <zxing/MultiFormatReader.h>
|
||||||
#include <zxing/DecodeHints.h>
|
#include <zxing/DecodeHints.h>
|
||||||
#include "CameraImageWrapper.h"
|
#include "CameraImageWrapper.h"
|
||||||
#include "imagehandler.h"
|
#include "ImageHandler.h"
|
||||||
#include <QTime>
|
#include <QTime>
|
||||||
#include <QUrl>
|
#include <QUrl>
|
||||||
#include <QFileInfo>
|
#include <QFileInfo>
|
@ -11,7 +11,7 @@ INCLUDEPATH += $$PWD \
|
|||||||
|
|
||||||
HEADERS += $$PWD/QZXing_global.h \
|
HEADERS += $$PWD/QZXing_global.h \
|
||||||
$$PWD/CameraImageWrapper.h \
|
$$PWD/CameraImageWrapper.h \
|
||||||
$$PWD/imagehandler.h \
|
$$PWD/ImageHandler.h \
|
||||||
$$PWD/QZXing.h \
|
$$PWD/QZXing.h \
|
||||||
$$PWD/zxing/zxing/ZXing.h \
|
$$PWD/zxing/zxing/ZXing.h \
|
||||||
$$PWD/zxing/zxing/IllegalStateException.h \
|
$$PWD/zxing/zxing/IllegalStateException.h \
|
||||||
@ -135,8 +135,8 @@ HEADERS += $$PWD/QZXing_global.h \
|
|||||||
$$PWD/zxing/zxing/common/Types.h
|
$$PWD/zxing/zxing/common/Types.h
|
||||||
|
|
||||||
SOURCES += $$PWD/CameraImageWrapper.cpp \
|
SOURCES += $$PWD/CameraImageWrapper.cpp \
|
||||||
$$PWD/qzxing.cpp \
|
$$PWD/QZXing.cpp \
|
||||||
$$PWD/imagehandler.cpp \
|
$$PWD/ImageHandler.cpp \
|
||||||
$$PWD/zxing/zxing/ResultIO.cpp \
|
$$PWD/zxing/zxing/ResultIO.cpp \
|
||||||
$$PWD/zxing/zxing/InvertedLuminanceSource.cpp \
|
$$PWD/zxing/zxing/InvertedLuminanceSource.cpp \
|
||||||
$$PWD/zxing/zxing/ChecksumException.cpp \
|
$$PWD/zxing/zxing/ChecksumException.cpp \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user