Dolphin-SVN: code update
ClosedPublic

Authored by nikolaik on Mar 20 2020, 8:17 PM.

Details

Summary
  1. Pointers initialized with 'nullptr' instead of '0'.
  2. Moved to a modern Qt-way of connecting signals and slots without SIGNAL() and SLOT() macros.
  3. Class SVNCommands renamed to SvnCommands for consistency with other class names.
Test Plan

Ensure everything is correct, try some basic actions.

Diff Detail

Repository
R449 Plugins for Dolphin
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
nikolaik requested review of this revision.Mar 20 2020, 8:17 PM
nikolaik created this revision.
elvisangelaccio accepted this revision.Mar 22 2020, 9:02 PM
This revision is now accepted and ready to land.Mar 22 2020, 9:02 PM
This revision was automatically updated to reflect the committed changes.