File indexing completed on 2024-04-28 15:40:13

0001 /* SPDX-FileCopyrightText: 2012-2020 The KPhotoAlbum Development Team
0002 
0003    SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0004 */
0005 
0006 #ifndef MAINWINDOW_UPDATEVIDEOTHUMBNAIL_H
0007 #define MAINWINDOW_UPDATEVIDEOTHUMBNAIL_H
0008 
0009 #include <kpabase/FileNameList.h>
0010 
0011 namespace MainWindow
0012 {
0013 
0014 namespace UpdateVideoThumbnail
0015 {
0016     void useNext(const DB::FileNameList &);
0017     void usePrevious(const DB::FileNameList &);
0018 }
0019 
0020 } // namespace MainWindow
0021 
0022 #endif // MAINWINDOW_UPDATEVIDEOTHUMBNAIL_H
0023 // vi:expandtab:tabstop=4 shiftwidth=4: