culturered_client/PhotoDisplay/qzxing/zxing/zxing/EncodeHint.cpp
2024-09-07 11:34:44 +08:00

10 lines
140 B
C++

#include "EncodeHint.h"
namespace zxing {
EncodeHint::EncodeHint() :
errorCorrectionLevel_(NULL), characterSet_(""), margin_(0)
{}
}