Skip to content

Commit

Permalink
Fixed|MSVC: Build failure (QStringLiteral)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 1, 2016
1 parent 4f137c2 commit 2f30784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/apps/client/src/ui/editors/modelasseteditor.cpp
Expand Up @@ -285,7 +285,7 @@ DENG_GUI_PIMPL(ModelAssetEditor)
{
render::StateAnimator const *anim = mobjData->animator();

if(anim && (*anim)[QStringLiteral("ID")] == assetId)
if(anim && (*anim)["ID"] == assetId)
{
instChoice->items() << new ChoiceItem(mobjItemLabel(th->id), th->id);
}
Expand Down

0 comments on commit 2f30784

Please sign in to comment.