mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 00:08:29 +02:00
[ui] app: Remove unused QtCore import
This commit is contained in:
parent
1f42ad3553
commit
8640ac7e4d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import json
|
|||
|
||||
from PySide6 import __version__ as PySideVersion
|
||||
from PySide6 import QtCore
|
||||
from PySide6.QtCore import Qt, QUrl, QJsonValue, qInstallMessageHandler, QtMsgType, QSettings
|
||||
from PySide6.QtCore import QUrl, QJsonValue, qInstallMessageHandler, QtMsgType, QSettings
|
||||
from PySide6.QtGui import QIcon
|
||||
from PySide6.QtQml import QQmlDebuggingEnabler
|
||||
from PySide6.QtQuickControls2 import QQuickStyle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue