File indexing completed on 2025-01-19 03:50:49
0001 /* ============================================================ 0002 * 0003 * This file is a part of digiKam project 0004 * https://www.digikam.org 0005 * 0006 * Date : 2013-02-12 0007 * Description : Table view column helpers 0008 * 0009 * SPDX-FileCopyrightText: 2017-2024 by Gilles Caulier <caulier dot gilles at gmail dot com> 0010 * SPDX-FileCopyrightText: 2013 by Michael G. Hansen <mike at mghansen dot de> 0011 * 0012 * SPDX-License-Identifier: GPL-2.0-or-later 0013 * 0014 * ============================================================ */ 0015 0016 #ifndef DIGIKAM_TABLE_VIEW_COLUMNS_H 0017 #define DIGIKAM_TABLE_VIEW_COLUMNS_H 0018 0019 // Local includes 0020 0021 #include "tableview_column_audiovideo.h" 0022 #include "tableview_column_digikam.h" 0023 #include "tableview_column_file.h" 0024 #include "tableview_column_geo.h" 0025 #include "tableview_column_item.h" 0026 #include "tableview_column_photo.h" 0027 #include "tableview_column_thumbnail.h" 0028 0029 #endif // DIGIKAM_TABLE_VIEW_COLUMNS_H