Gnurou / tagainijisho

A free Japanese dictionary and learning assistant
http://www.tagaini.net
GNU General Public License v3.0
364 stars 51 forks source link

removed deprecation warning for qrand/qsrand by replacing with QRando… #240

Closed hakuamesan closed 3 years ago

hakuamesan commented 3 years ago

Removed deprecation warning for qrand/qsrand by replacing with QRandomGenerator class.

hakuamesan commented 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.

hakuamesan commented 3 years ago

Tried to remove some more compiler warnings for Deprecated functions. Replaced QString::SkipEmtpyParts() with Qt::SkipEmptyParts()

Please let me know if it is ok.

Gnurou commented 3 years ago

This is now merged, thank you! Also inspired me to fix the remaining deprecated warnings.

hakuamesan commented 3 years ago

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. :)