Fix mingw compile error and warnings
This commit is contained in:
parent
3ca0af8bb3
commit
372245e0b5
2 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue