Moved CEnableForDockWidgetInfoArea to ns BlackGui, was in BlackGui::Components for some reason

Discovered during T536
This commit is contained in:
Klaus Basan
2019-02-10 17:24:10 +01:00
committed by Mat Sutcliffe
parent 8957d1d767
commit 22ae03bd3b
26 changed files with 222 additions and 233 deletions

View File

@@ -9,13 +9,13 @@
//! \file
#ifndef BLACKGUI_AIRCRAFTCOMPONENT_H
#define BLACKGUI_AIRCRAFTCOMPONENT_H
#ifndef BLACKGUI_COMPONENTS_AIRCRAFTCOMPONENT_H
#define BLACKGUI_COMPONENTS_AIRCRAFTCOMPONENT_H
#include "blackcore/network.h"
#include "blackgui/blackguiexport.h"
#include "blackgui/settings/viewupdatesettings.h"
#include "blackgui/components/enablefordockwidgetinfoarea.h"
#include "blackgui/enablefordockwidgetinfoarea.h"
#include "blackgui/blackguiexport.h"
#include "blackcore/network.h"
#include <QObject>
#include <QScopedPointer>