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

@@ -19,13 +19,12 @@
#include <QObject>
class QMenu;
class QWidget;
namespace BlackGui
{
//! Forward declarations
class CInfoArea;
namespace Components { class CEnableForDockWidgetInfoArea; }
class CEnableForDockWidgetInfoArea;
//! Specialized class for dock widgets serving as info area.
//! \sa CDockWidgetInfoBar
@@ -61,7 +60,7 @@ namespace BlackGui
private:
//! Find all embedded dock widget components. These are components marked as CDockWidgetInfoAreaComponent
//! \remarks Only directly embedded info area components, not those of nested info areas
QList<Components::CEnableForDockWidgetInfoArea *> findEmbeddedDockWidgetInfoAreaComponents();
QList<CEnableForDockWidgetInfoArea *> findEmbeddedDockWidgetInfoAreaComponents();
//! Nested info areas
QList<CDockWidgetInfoArea *> findNestedInfoAreas();