Set the recommended Analitza/KAlgebra versions for KAlgebra backend
ClosedPublic

Authored by rishabhg on Mar 31 2017, 11:14 PM.

Diff Detail

Repository
R55 Cantor
Lint
Lint Skipped
Unit
Unit Tests Skipped
rishabhg created this revision.Mar 31 2017, 11:14 PM
filipesaraiva edited edge metadata.Apr 1 2017, 12:57 PM

Hi @rishabhg please next time put the comments about the revision request in the revision request (for your case, the e-mail you send me could be putted here).

Please, address my comments.

src/backendchoosedialog.cpp
94

Please put in the line before.

src/backends/kalgebra/kalgebrabackend.cpp
41–42

Just put a new line before the function header.

44

You can just put Analitza 5.0 here.

src/backends/kalgebra/kalgebrabackend.h
38

I know the indentation in Cantor is very confused but try to follow the standard utilized in each file. Here you need to use a tab.

src/lib/backend.cpp
76

New line before header function.

78

Do you know if the QLatin1String without arguments could be used here? If yes, please remove the argument.

rishabhg updated this revision to Diff 13038.Apr 1 2017, 5:35 PM

Fixed:

  1. Indentation Issues
  2. Correct Library Version
  3. Use QLatinString without the arguments
filipesaraiva accepted this revision.Apr 2 2017, 4:40 PM

Nice, push it! Please, use the comment below in a new line in commit message to close this revision:

Differential revision: https://phabricator.kde.org/D5266

This revision is now accepted and ready to land.Apr 2 2017, 4:40 PM

In addition use the follow comment in a new line of commit message to close the related task:

Close T3865

rishabhg closed this revision.Apr 3 2017, 6:27 AM