Replace obsolete qSort(), QSignalMapper, and child() with non-obsolete methods
ClosedPublic

Authored by yurchor on Aug 22 2019, 11:14 AM.

Details

Test Plan
  1. Compile and install.
  2. Run Lokalize, try to insert proposals from TM, try to remove TM entries.

Diff Detail

Repository
R456 Lokalize
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 15491
Build 15509: arc lint + arc unit
yurchor requested review of this revision.Aug 22 2019, 11:14 AM
yurchor created this revision.
aacid added a subscriber: aacid.Aug 22 2019, 5:07 PM
aacid added inline comments.
src/project/projectwidget.cpp
398

is idx.model() just "model" here? i think it'd make more sense to use that here and below, could you check if that's the case?

yurchor updated this revision to Diff 64335.Aug 22 2019, 5:26 PM

Use just model instead of idx.model(). Tested to work well with my projects. Thanks.

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