File indexing completed on 2024-12-22 04:13:15
0001 /* 0002 * SPDX-FileCopyrightText: 2022 Dmitry Kazakov <dimula73@gmail.com> 0003 * 0004 * SPDX-License-Identifier: GPL-2.0-or-later 0005 */ 0006 #ifndef KISCOMPOSITEOPLISTCONNECTIONHELPER_H 0007 #define KISCOMPOSITEOPLISTCONNECTIONHELPER_H 0008 0009 #include <kritaui_export.h> 0010 0011 class QObject; 0012 class KisCompositeOpListWidget; 0013 0014 namespace KisWidgetConnectionUtils 0015 { 0016 void KRITAUI_EXPORT connectControl(KisCompositeOpListWidget *widget, QObject *source, const char *property); 0017 } 0018 0019 0020 #endif // KISCOMPOSITEOPLISTCONNECTIONHELPER_H