Misc fixes and optimizations (mostly suggestions by clang-tidy)

This commit is contained in:
Daniel Schulte 2021-07-18 16:41:19 +02:00
parent 3ffd1776a0
commit 2d1e42ea33
6 changed files with 22 additions and 19 deletions

View file

@ -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);