summaryrefslogtreecommitdiffstats
path: root/src/common/gui/config_widget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-06 16:30:48 +0900
committerMichele Calgaro <[email protected]>2024-05-07 11:02:46 +0900
commitf2e2d9a5271aa9cfd966592d50f60d5b5bf550f4 (patch)
treecc7432e510ae4b3e06da2eb25b1253e3151e8219 /src/common/gui/config_widget.cpp
parent98a431600b55a53baed727e5821469a3e9a41bca (diff)
downloadpiklab-f2e2d9a5271aa9cfd966592d50f60d5b5bf550f4.tar.gz
piklab-f2e2d9a5271aa9cfd966592d50f60d5b5bf550f4.zip
Include moc files in cpp sources
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 1c22ae157c39e2c1434e5ec43a05eda78dc86798)
Diffstat (limited to 'src/common/gui/config_widget.cpp')
-rw-r--r--src/common/gui/config_widget.cpp13
1 files changed, 13 insertions, 0 deletions
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 <[email protected]> *
+ * *
+ * 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"