diff --git a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md index 2f00ec0..8367d5b 100644 --- a/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md +++ b/Plugin-migration-to-be-compatible-with-Qt5-and-Qt6.md @@ -30,4 +30,5 @@ Working only in PyQt5 | Working for both PyQt5 and PyQt6 :---: | :---: Qt.UserRole | Qt.ItemDataRole.UserRole Qt.WaitCursor | Qt.CursorShape.WaitCursor -Qt.blue | Qt.GlobalColor.blue \ No newline at end of file +Qt.blue | Qt.GlobalColor.blue +_etc._ | _etc._ \ No newline at end of file