Fix initialization oreder in TerminalDisplay #101
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Data members need to be initialized in the order they were declared in
the class definition. This commit fixes compiler warnings.
I also tried to build project with -Weffc++ flag and it shows quite a few warnings. I'll try to fix them too, if you don't mind.
UPD. Oh wait, it is parts of KDE/Qt who throws warnings..
Very well. Thank you for your patch!