Get rid of deprecated QSignalMapper() in KGoldRunner
ClosedPublic

Authored by yurchor on Aug 17 2019, 2:23 PM.

Details

Summary
Test Plan
  1. Compile, install and run KGoldRunner.
  2. Start a game and select all menu items in the "Game", "Edit", and "settings" menus.

Diff Detail

Repository
R396 KGoldrunner
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
yurchor created this revision.Aug 17 2019, 2:23 PM
Restricted Application added a subscriber: kde-games-devel. · View Herald TranscriptAug 17 2019, 2:23 PM
yurchor requested review of this revision.Aug 17 2019, 2:23 PM
aacid added a subscriber: aacid.Aug 19 2019, 7:53 PM

Could i convince you to just capture what you need (game?) instead everything (=) ?

yurchor updated this revision to Diff 64090.Aug 20 2019, 6:19 AM

Do not capture everything, just capture this.

I do not know how to capture 'game' alone. Usage of '[game]' gives "capture of non-variable" and "invalid use of non-static data member" errors.

aacid accepted this revision.Aug 20 2019, 5:40 PM
This revision is now accepted and ready to land.Aug 20 2019, 5:40 PM
This revision was automatically updated to reflect the committed changes.