11 lines
371 B
C++
11 lines
371 B
C++
![]() |
/******************************************************************************
|
||
|
* Copyright (C) 2021 Edelhirsch Software GmbH
|
||
|
* This file may be used under the terms of the 3-clause BSD License
|
||
|
*****************************************************************************/
|
||
|
|
||
|
#include "GridBox.h"
|
||
|
|
||
|
QSK_SUBCONTROL( MainContentGridBox, Panel )
|
||
|
|
||
|
#include "moc_GridBox.cpp"
|