Merge pull request #1474 from Penguin-Guru/CodeSimplification

Remove <thread> library from main.cpp.
This commit is contained in:
Kalila 2021-12-09 17:07:30 -05:00 committed by GitHub
commit 7610f810ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,8 +8,6 @@
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include <thread>
#include <QCommandLineParser>
#include <QtCore/QProcess>
#include <QDebug>