mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added placeholder inheritance back
This commit is contained in:
parent
c70f77eed3
commit
1588df3ca2
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ class CompleterView(QtWidgets.QListView):
|
|||
self._on_activated(index)
|
||||
|
||||
|
||||
class SettingsLineEdit(QtWidgets.QLineEdit):
|
||||
class SettingsLineEdit(PlaceholderLineEdit):
|
||||
focused_in = QtCore.Signal()
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue