Closed hakuamesan closed 3 years ago
Tried to remove some more compiler warnings for Deprecated functions. Replaced delta() with angleDelta()
Please let me know if it is ok.
Tried to remove some more compiler warnings for Deprecated functions. Replaced QString::SkipEmtpyParts() with Qt::SkipEmptyParts()
Please let me know if it is ok.
This is now merged, thank you! Also inspired me to fix the remaining deprecated warnings.
Thank you. As it was my first patch, I wanted to check if it was ok before I started working on the others. Will try to help a bit more as I understand the code better. :)
Removed deprecation warning for qrand/qsrand by replacing with QRandomGenerator class.