Skip to content
Snippets Groups Projects
  1. Mar 04, 2025
  2. Feb 24, 2025
  3. Feb 18, 2025
  4. Feb 17, 2025
  5. Feb 14, 2025
  6. Feb 12, 2025
    • payno's avatar
      fix PythonSyntaxHighlighter. · 5dc6ddb5
      payno authored
      Moving to Qt6 has deprecate QRegExp to use QRegularExpression. It looks like there is some leftovers. This PR fix the following error:
      
      ```
      Traceback (most recent call last):
        File "tomwer/src/orangecontrib/tomwer/widgets/other/PythonScriptOW.py", line 91, in highlightBlock
          startIndex, skip = start.indexIn(text), 3
                             ^^^^^^^^^^^^^
      AttributeError: 'QRegularExpression' object has no attribute 'indexIn'
      
      ```
      5dc6ddb5
  7. Feb 11, 2025
Loading