MythTV
master
|
#include <iostream>
#include "musicmetadata.h"
#include <QRegularExpression>
#include <QDomDocument>
#include "libmyth/mythcontext.h"
#include "libmythbase/mythchrono.h"
#include "lyricsdata.h"
Go to the source code of this file.
Variables | |
static const QRegularExpression | kTimeCode { R"(^(\[(\d\d):(\d\d)(?:\.(\d\d))?\])(.*))" } |
Definition at line 20 of file lyricsdata.cpp.
Referenced by LyricsData::loadLyrics(), and LyricsData::setLyrics().