9 lines
303 B
C
9 lines
303 B
C
|
|
// SPDX-License-Identifier: LGPL-3.0-only
|
||
|
|
// SPDX-FileCopyrightText: Copyright (C) 2026 Catcrafts®
|
||
|
|
|
||
|
|
// Copied over lib/widget-layout.h mid-test: one more slot in the exported
|
||
|
|
// class. Kept as a .h.in so the original header is the only one any source
|
||
|
|
// #includes.
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#define WIDGET_SLOTS 2
|