MainWindow: Change comma position in initialization list
ClosedPublic

Authored by patrickelectric on May 2 2018, 6:53 PM.

Details

Summary

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>

MainWindow: Move m_theme to initialization list

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>

FileLoader: Move lastPerc inside file open function

Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>

Diff Detail

Repository
R231 Atelier
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
patrickelectric requested review of this revision.May 2 2018, 6:53 PM
patrickelectric created this revision.
rizzitello accepted this revision.May 2 2018, 9:00 PM
rizzitello added inline comments.
src/mainwindow.cpp
38

can we keep the commas where they were or change them in all files? Dont care what one but lets agree on one and use that way for all.

This revision is now accepted and ready to land.May 2 2018, 9:00 PM
patrickelectric added inline comments.May 2 2018, 9:02 PM
src/mainwindow.cpp
38

comma after the variable will create two lines diff, a comma before the variable will create only one line diff.
I'm only doing this here it was necessary to add a variable.

rizzitello added inline comments.May 2 2018, 10:50 PM
src/mainwindow.cpp
38

LOL ok

laysrodrigues accepted this revision.May 3 2018, 1:31 AM
This revision was automatically updated to reflect the committed changes.