mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 18:04:14 +08:00
Style
This commit is contained in:
committed by
Mat Sutcliffe
parent
dc84c9b334
commit
41b48a4420
@@ -12,10 +12,11 @@
|
|||||||
#ifndef BLACKGUI_COMPONENTS_DBLOADOVERVIEWCOMPONENT_H
|
#ifndef BLACKGUI_COMPONENTS_DBLOADOVERVIEWCOMPONENT_H
|
||||||
#define BLACKGUI_COMPONENTS_DBLOADOVERVIEWCOMPONENT_H
|
#define BLACKGUI_COMPONENTS_DBLOADOVERVIEWCOMPONENT_H
|
||||||
|
|
||||||
#include "blackgui/blackguiexport.h"
|
|
||||||
#include "blackgui/loadindicator.h"
|
#include "blackgui/loadindicator.h"
|
||||||
|
#include "blackgui/blackguiexport.h"
|
||||||
#include "blackmisc/digestsignal.h"
|
#include "blackmisc/digestsignal.h"
|
||||||
#include "blackmisc/network/entityflags.h"
|
#include "blackmisc/network/entityflags.h"
|
||||||
|
|
||||||
#include <QFrame>
|
#include <QFrame>
|
||||||
#include <QScopedPointer>
|
#include <QScopedPointer>
|
||||||
|
|
||||||
|
|||||||
@@ -176,6 +176,7 @@ namespace BlackGui
|
|||||||
CIdentifierList CSettingsHotkeyComponent::getAllIdentifiers() const
|
CIdentifierList CSettingsHotkeyComponent::getAllIdentifiers() const
|
||||||
{
|
{
|
||||||
CIdentifierList identifiers;
|
CIdentifierList identifiers;
|
||||||
|
if (!sGui) { return identifiers; }
|
||||||
if (sGui->getIContextApplication()) { identifiers = sGui->getIContextApplication()->getRegisteredApplications(); }
|
if (sGui->getIContextApplication()) { identifiers = sGui->getIContextApplication()->getRegisteredApplications(); }
|
||||||
|
|
||||||
// add local application
|
// add local application
|
||||||
|
|||||||
Reference in New Issue
Block a user