D25796: Replace Q_DECL_OVERRIDE with override
Nicolas Fella
noreply at phabricator.kde.org
Sat Dec 7 14:38:04 GMT 2019
nicolasfella added a comment.
What I did was
find -name "*.h" -exec sed -i s/Q_DECL_OVERRIDE/override/ {} \;
find -name "*.cpp" -exec sed -i s/Q_DECL_OVERRIDE/override/ {} \;
REPOSITORY
R410 KPatience
BRANCH
over
REVISION DETAIL
https://phabricator.kde.org/D25796
To: nicolasfella, #kde_games, fabiank, aacid
Cc: aacid, kde-games-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-games-devel/attachments/20191207/ffd09052/attachment.html>
More information about the kde-games-devel
mailing list