MythTV  master
Variables
lyricsdata.cpp File Reference
#include <iostream>
#include "musicmetadata.h"
#include <QRegularExpression>
#include <QDomDocument>
#include "libmyth/mythcontext.h"
#include "libmythbase/mythchrono.h"
#include "lyricsdata.h"
Include dependency graph for lyricsdata.cpp:

Go to the source code of this file.

Variables

static const QRegularExpression kTimeCode { R"(^(\[(\d\d):(\d\d)(?:\.(\d\d))?\])(.*))" }
 

Variable Documentation

◆ kTimeCode

const QRegularExpression kTimeCode { R"(^(\[(\d\d):(\d\d)(?:\.(\d\d))?\])(.*))" }
static

Definition at line 16 of file lyricsdata.cpp.

Referenced by LyricsData::loadLyrics(), and LyricsData::setLyrics().