mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 07:25:10 -04:00
Port from PyQt5 to PySide2
This commit is contained in:
parent
5eb2bb6353
commit
decf703cd9
33 changed files with 86 additions and 106 deletions
|
@ -10,7 +10,7 @@ import tempfile
|
|||
import secrets
|
||||
import platform
|
||||
|
||||
from PyQt5 import QtCore, QtTest, QtWidgets
|
||||
from PySide2 import QtCore, QtTest, QtWidgets
|
||||
|
||||
from onionshare_cli.common import Common
|
||||
from onionshare_cli.settings import Settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue