Skip to content

Commit

Permalink
build error wang-bin#799
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Dec 22, 2016
1 parent 00c4d7d commit 0c3329a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/filter/SubtitleFilter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ QColor SubtitleFilter::color() const

QString SubtitleFilter::subtitleText(qreal t) const
{
DPTR_D(const SubtitleFilter);
d.player_sub->subtitle()->setTimestamp(t);
return d.player_sub->subtitle()->getText();
}
Expand Down

0 comments on commit 0c3329a

Please sign in to comment.