mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
Formatting, added icons for callsign
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
* including this file, may be copied, modified, propagated, or distributed except according to the terms
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "context.h"
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
//! \file
|
||||
|
||||
#ifndef BLACKCORE_CONTEXT_H
|
||||
#define BLACKCORE_CONTEXT_H
|
||||
|
||||
|
||||
@@ -95,9 +95,9 @@ namespace BlackCore
|
||||
*/
|
||||
void CContextNetwork::gracefulShutdown()
|
||||
{
|
||||
if (this->m_vatsimBookingReader) this->m_vatsimBookingReader->quit();
|
||||
if (this->m_vatsimDataFileReader) this->m_vatsimDataFileReader->quit();
|
||||
if (this->isConnected()) this->disconnectFromNetwork();
|
||||
if (this->m_vatsimBookingReader) { this->m_vatsimBookingReader->quit(); }
|
||||
if (this->m_vatsimDataFileReader) { this->m_vatsimDataFileReader->quit(); }
|
||||
if (this->isConnected()) { this->disconnectFromNetwork(); }
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user