Skip to content

Commit

Permalink
Merge pull request #2 from adenexter/init
Browse files Browse the repository at this point in the history
[nemo-qtmultimedia-plugins] Fix initialization of properties.
  • Loading branch information
adenexter committed May 18, 2014
2 parents db5b708 + bf4d027 commit 29aa586
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/videotexturebackend/videotexturebackend.cpp
Expand Up @@ -566,6 +566,7 @@ bool NemoVideoTextureBackend::init(QMediaService *service)
QMetaObject::connect(
q, q->metaObject()->property(mirrorIndex).notifySignalIndex(),
this, staticMetaObject.indexOfMethod("mirrorChanged()"));
mirrorChanged();
}

return true;
Expand Down

0 comments on commit 29aa586

Please sign in to comment.