From 1c22ae157c39e2c1434e5ec43a05eda78dc86798 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 6 May 2024 16:30:48 +0900 Subject: Include moc files in cpp sources Signed-off-by: Michele Calgaro --- src/common/gui/config_widget.cpp | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/common/gui/config_widget.cpp (limited to 'src/common/gui/config_widget.cpp') diff --git a/src/common/gui/config_widget.cpp b/src/common/gui/config_widget.cpp new file mode 100644 index 0000000..f1412bb --- /dev/null +++ b/src/common/gui/config_widget.cpp @@ -0,0 +1,13 @@ +/*************************************************************************** + * Copyright (C) 2006 Nicolas Hadacek * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + ***************************************************************************/ +#include "config_widget.h" + +// Empty file, only used to make sure the class gets MOCed correctly + +#include "config_widget.moc" -- cgit v1.2.3