File indexing completed on 2025-01-19 03:53:31
0001 /* ============================================================ 0002 * 0003 * This file is a part of digiKam project 0004 * https://www.digikam.org 0005 * 0006 * Date : 2007-03-23 0007 * Description : Core database DBus interface description 0008 * 0009 * SPDX-FileCopyrightText: 2007-2011 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de> 0010 * 0011 * SPDX-License-Identifier: GPL-2.0-or-later 0012 * 0013 * ============================================================ */ 0014 0015 #include "coredbwatchadaptor.h" 0016 0017 CoreDbWatchAdaptor::CoreDbWatchAdaptor(Digikam::CoreDbWatch* const watch) 0018 : QDBusAbstractAdaptor(watch) 0019 { 0020 setAutoRelaySignals(true); 0021 } 0022 0023 #include "moc_coredbwatchadaptor.cpp"