Misc fixes and optimizations (mostly suggestions by clang-tidy)
This commit is contained in:
parent
3ffd1776a0
commit
2d1e42ea33
6 changed files with 22 additions and 19 deletions
|
@ -182,7 +182,7 @@ int main(int argc, char *argv[])
|
|||
};
|
||||
|
||||
appthread.start();
|
||||
int rc = app.exec();
|
||||
int rc = QApplication::exec();
|
||||
close(term_fd);
|
||||
close(app_fd);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue