Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code redundancy in main.cpp #29

Closed
begoat opened this issue Sep 29, 2017 · 1 comment
Closed

code redundancy in main.cpp #29

begoat opened this issue Sep 29, 2017 · 1 comment

Comments

@begoat
Copy link
Member

begoat commented Sep 29, 2017

in main.cpp line 58,59

    QObject *showShortCut = engine.rootObjects().first()->findChild<QObject *>("showlog");
    QObject *clearShortCut = engine.rootObjects().first()->findChild<QObject *>("clearlog");

They are unnecessary

@begoat begoat changed the title code code redundancy in main.cpp Sep 29, 2017
@begoat begoat mentioned this issue Sep 29, 2017
@begoat
Copy link
Member Author

begoat commented Sep 30, 2017

9f02ac0

@begoat begoat closed this as completed Sep 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant