Correct spelling mistakes found with Codespell
This commit is contained in:
parent
e287ebcded
commit
ea06ec0133
11 changed files with 14 additions and 14 deletions
|
|
@ -169,8 +169,8 @@ ComputerManager::ComputerManager(QObject *parent)
|
|||
m_DelayedFlushThread->start();
|
||||
|
||||
// To quit in a timely manner, we must block additional requests
|
||||
// after we receive the aboutToQuit() signal. This is neccessary
|
||||
// because NvHTTP uses aboutToQuit() to abort requests in progres
|
||||
// after we receive the aboutToQuit() signal. This is necessary
|
||||
// because NvHTTP uses aboutToQuit() to abort requests in progress
|
||||
// while quitting, however this is a one time signal - additional
|
||||
// requests would not be aborted and block termination.
|
||||
connect(QCoreApplication::instance(), &QCoreApplication::aboutToQuit, this, &ComputerManager::handleAboutToQuit);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue