File indexing completed on 2024-05-12 15:34:02

0001 /*
0002     This file is part of the KDE libraries
0003 
0004     SPDX-FileCopyrightText: 2000 Carsten Pfeiffer <pfeiffer@kde.org>
0005 
0006     SPDX-License-Identifier: LGPL-2.0-or-later
0007 */
0008 
0009 #include "kpixmapprovider.h"
0010 
0011 #if KCOMPLETION_BUILD_DEPRECATED_SINCE(5, 66)
0012 
0013 KPixmapProvider::~KPixmapProvider()
0014 {
0015 }
0016 
0017 void KPixmapProvider::virtual_hook(int, void *)
0018 {
0019     /*BASE::virtual_hook( id, data );*/
0020 }
0021 #endif