File indexing completed on 2024-12-22 04:13:15

0001 /*
0002  * SPDX-FileCopyrightText: 2022 Freya Lupen <penguinflyer2222@gmail.com>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 #ifndef KISCURVEWIDGETCONNECTIONHELPER_H
0007 #define KISCURVEWIDGETCONNECTIONHELPER_H
0008 
0009 #include <kritaui_export.h>
0010 
0011 class QObject;
0012 class KisCurveWidget;
0013 
0014 namespace KisWidgetConnectionUtils
0015 {
0016 void KRITAUI_EXPORT connectControl(KisCurveWidget *widget, QObject *source, const char *property);
0017 }
0018 
0019 #endif // KISCURVEWIDGETCONNECTIONHELPER_H