Skip to content

Commit

Permalink
Fix crash
Browse files Browse the repository at this point in the history
  • Loading branch information
Renaud G committed Jul 11, 2019
1 parent b0949ec commit f97b69c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charactersheetwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ CharacterSheetWindow::CharacterSheetWindow(CleverURI* uri, QWidget* parent)
: MediaContainer(MediaContainer::ContainerType::VMapContainer, parent)
{
m_uri= uri;
m_imageModel.reset(new ImageModel());
if(nullptr == m_uri)
{
setCleverUriType(CleverURI::CHARACTERSHEET);
Expand Down

0 comments on commit f97b69c

Please sign in to comment.