From cfd34a8339b56505327e06feb0be4b78f6bec664 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Tue, 10 Oct 2023 13:53:57 -0500 Subject: [PATCH] Update __main__.py PySide6 --- cq_editor/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cq_editor/__main__.py b/cq_editor/__main__.py index 0fc8f70..5df7180 100644 --- a/cq_editor/__main__.py +++ b/cq_editor/__main__.py @@ -1,7 +1,7 @@ import sys import argparse -from PyQt5.QtWidgets import QApplication +from PySide6.QtWidgets import QApplication NAME = 'CQ-editor'