Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
eaf9afc0
Commit
eaf9afc0
authored
Feb 07, 2019
by
Samuel GAIST
Browse files
[backend][assetmodel] Fix initialisation
Values of variables where wrong
parent
b56de682
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/editor/backend/assetmodel.py
View file @
eaf9afc0
...
...
@@ -78,8 +78,8 @@ class AssetModel(QStringListModel, AssetType):
super
(
QStringListModel
,
self
).
__init__
(
parent
)
self
.
__prefix_path
=
AssetType
.
Unknown
self
.
__asset_type
=
None
self
.
__prefix_path
=
None
self
.
__asset_type
=
AssetType
.
Unknown
@
pyqtSlot
()
def
reload
(
self
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment