moved more cache functions out of viewer
This commit is contained in:
@@ -72,7 +72,8 @@ Project *PlaybackCache::GetProject() const
|
||||
}
|
||||
|
||||
PlaybackCache::PlaybackCache(QObject *parent) :
|
||||
QObject(parent)
|
||||
QObject(parent),
|
||||
enabled_(false)
|
||||
{
|
||||
uuid_ = QUuid::createUuid();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user