1/****************************************************************************
2 * Copyright (C) 2018 Woboq GmbH
3 * Olivier Goffart <contact at woboq.com>
4 * https://woboq.com/
5 *
6 * This program is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU Lesser General Public License as
8 * published by the Free Software Foundation, either version 3 of the
9 * License, or (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this program.
18 * If not, see <http://www.gnu.org/licenses/>.
19 */
20#include "anothertu.h"
21
22W_GADGET_IMPL(AnotherTU::Gaga)
23
24#ifdef Q_NAMESPACE // Since Qt 5.8
25W_NAMESPACE_IMPL(AnotherTU)
26#endif
27
28