mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
refs #432 Doxygen, formatting, added new file types in *.pro
Minor tweaks: * GUI infobar minimum size * toogle lock protected * removed unused function * ASSERT_X * object name
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
* contained in the LICENSE file.
|
||||
*/
|
||||
|
||||
#include "dockwidgetinfoarea.h"
|
||||
#include "infoarea.h"
|
||||
#include "components/maininfoareacomponent.h"
|
||||
#include "blackgui/dockwidgetinfoarea.h"
|
||||
#include "blackgui/infoarea.h"
|
||||
#include "components/enablefordockwidgetinfoarea.h"
|
||||
#include "blackmisc/icons.h"
|
||||
|
||||
using namespace BlackGui::Components;
|
||||
@@ -96,7 +96,7 @@ namespace BlackGui
|
||||
QList<CEnableForDockWidgetInfoArea *> infoAreaDockWidgets = this->findEmbeddedDockWidgetInfoAreaComponents();
|
||||
foreach(CEnableForDockWidgetInfoArea * dwia, infoAreaDockWidgets)
|
||||
{
|
||||
Q_ASSERT(dwia);
|
||||
Q_ASSERT_X(dwia, Q_FUNC_INFO, "Missing info area");
|
||||
|
||||
// KWB: potentially a risk when this object is deleted
|
||||
// but under normal situations the child object will be deleted as well, and we have
|
||||
|
||||
Reference in New Issue
Block a user