Skip to content

Commit

Permalink
Merge tag 'qtpy_completion' into develop
Browse files Browse the repository at this point in the history
Fix Qt.py completion qtpy_completion
  • Loading branch information
Sookhaal committed Jul 5, 2018
2 parents 897ae09 + a97df9f commit 63db348
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"
7 changes: 7 additions & 0 deletions vendor/Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@

__version__ = "1.1.0"


# Hack to get working autocompletion!
if False:
from PySide2 import QtWidgets, QtGui, QtCore
from PyQt5 import QtWidgets, QtGui, QtCore


# Enable support for `from Qt import *`
__all__ = []

Expand Down

0 comments on commit 63db348

Please sign in to comment.