Commit 1b23d5cc authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: seekpoints: assume chapter name is utf8

parent 8473f075
......@@ -36,7 +36,7 @@ public:
SeekPoint( seekpoint_t *seekpoint )
{
time = seekpoint->i_time_offset;
name = seekpoint->psz_name;
name = qfu( seekpoint->psz_name );
};
int64_t time;
QString name;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment