File indexing completed on 2024-05-12 04:37:48

0001 /*
0002     SPDX-FileCopyrightText: 2012 Milian Wolff <mail@milianw.de>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef KDEVPLATFORM_TEMPLATEENGINE_P_H
0008 #define KDEVPLATFORM_TEMPLATEENGINE_P_H
0009 
0010 #include <grantlee/engine.h>
0011 
0012 namespace KDevelop {
0013 class TemplateEnginePrivate
0014 {
0015 public:
0016     Grantlee::Engine engine;
0017 };
0018 }
0019 
0020 #endif // KDEVPLATFORM_TEMPLATEENGINE_P_H