Skip to content

Commit

Permalink
Fix building error for createQtQuickOnlyError
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaeldelucena committed Sep 17, 2018
1 parent 7eb5307 commit dbe1d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/libFunq/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ void dump_quick_items(Player * player, const QList<QQuickItem *> & items, const
}
out["items"] = outitems;
#else
createQtQuickOnlyError();
player->createQtQuickOnlyError();
#endif
}

Expand Down

0 comments on commit dbe1d9e

Please sign in to comment.