Move ZBar.java to the com.sparrowwallet.sparrow.io package

This commit is contained in:
doblon8 2025-06-09 09:50:36 +02:00
parent 34df7ea1c3
commit 7f49dda06d
No known key found for this signature in database
GPG key ID: 0D31305E7D2ECBBA
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@ import com.google.zxing.qrcode.QRCodeReader;
import com.sparrowwallet.bokmakierie.Bokmakierie;
import com.sparrowwallet.drongo.OsType;
import com.sparrowwallet.sparrow.io.Config;
import com.sparrowwallet.sparrow.io.ZBar;
import javafx.beans.property.BooleanProperty;
import javafx.beans.property.ObjectProperty;
import javafx.beans.property.SimpleBooleanProperty;

View file

@ -1,4 +1,4 @@
package com.sparrowwallet.sparrow.control;
package com.sparrowwallet.sparrow.io;
import com.github.doblon8.jzbar.Config;
import com.github.doblon8.jzbar.Image;