Fix mingw compile error and warnings

This commit is contained in:
James Rowe
2019-01-21 09:39:45 -07:00
parent 3ca0af8bb3
commit 372245e0b5
2 changed files with 6 additions and 6 deletions

View File

@ -74,7 +74,7 @@ private:
VideoCore::LoadCallbackStage previous_stage;
QGraphicsOpacityEffect* opacity_effect = nullptr;
std::unique_ptr<QPropertyAnimation> fadeout_animation = nullptr;
std::unique_ptr<QPropertyAnimation> fadeout_animation;
// Definitions for the differences in text and styling for each stage
std::unordered_map<VideoCore::LoadCallbackStage, const char*> progressbar_style;