File indexing completed on 2024-05-05 04:39:54

0001 /*
0002     SPDX-FileCopyrightText: 2010 Milian Wolff <mail@milianw.de>
0003     SPDX-FileCopyrightText: 2004, 2005 Roberto Raggi <roberto@kdevelop.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #ifndef KDEVPLATFORM_PLUGIN_GENERICMANAGER_H
0009 #define KDEVPLATFORM_PLUGIN_GENERICMANAGER_H
0010 
0011 #include <project/abstractfilemanagerplugin.h>
0012 
0013 class GenericProjectManager: public KDevelop::AbstractFileManagerPlugin
0014 {
0015     Q_OBJECT
0016 
0017 public:
0018     explicit GenericProjectManager( QObject* parent = nullptr, const QVariantList& args = QVariantList() );
0019 };
0020 
0021 #endif // KDEVPLATFORM_PLUGIN_GENERICIMPORTER_H