11 lines
353 B
C++
11 lines
353 B
C++
/******************************************************************************
|
|
* Copyright (C) 2021 Edelhirsch Software GmbH
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*****************************************************************************/
|
|
|
|
#include "GridBox.h"
|
|
|
|
QSK_SUBCONTROL( MainContentGridBox, Panel )
|
|
|
|
#include "moc_GridBox.cpp"
|