various: fixed issues on some compilers
This commit is contained in:
@@ -41,6 +41,8 @@ class Preset
|
||||
public:
|
||||
Preset() = default;
|
||||
|
||||
virtual ~Preset(){}
|
||||
|
||||
const QString& GetName() const
|
||||
{
|
||||
return name_;
|
||||
|
||||
@@ -86,7 +86,7 @@ void RenderTask::Render(const TimeRangeList& video_range,
|
||||
QVector<rational> times;
|
||||
QVector<QByteArray> hashes;
|
||||
std::list<HashTimePair> frame_queue;
|
||||
qint64 hash_job_time;
|
||||
qint64 hash_job_time = 0;
|
||||
|
||||
if (!video_range.isEmpty()) {
|
||||
times = viewer()->video_frame_cache()->GetFrameListFromTimeRange(video_range);
|
||||
|
||||
Reference in New Issue
Block a user