修改makeQRImageWithLogo为static

This commit is contained in:
zengfantian 2015-05-20 22:56:19 +08:00
parent bad24710bc
commit c14e49698f
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ public class ToolPicture {
* @return
* @throws WriterException 生成二维码失败异常
*/
public Bitmap makeQRImageWithLogo(String strContent,int qrWH,Bitmap mLogoBitmap,int logoWH) throws WriterException {
public static Bitmap makeQRImageWithLogo(String strContent,int qrWH,Bitmap mLogoBitmap,int logoWH) throws WriterException {
// 判断生成二维码数据合法性
if (!ToolString.isNoBlankAndNoNull(strContent))