mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-08-28 06:56:29 -05:00
Fix mingw compile error and warnings
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user