Upgraded desktop/{onionshare,tests} to PySide6

This commit is contained in:
NoisyCoil 2022-10-23 14:09:56 +02:00
parent e129f73934
commit fadba5506a
36 changed files with 139 additions and 89 deletions

View file

@ -7,7 +7,7 @@ import secrets
import platform
import sys
from PySide2 import QtCore, QtTest, QtWidgets
from PySide6 import QtCore, QtTest, QtWidgets
from onionshare_cli.common import Common