File indexing completed on 2025-03-16 08:11:26
0001 // SPDX-FileCopyrightText: 2023 Jonah BrĂ¼chert <jbb@kaidan.im> 0002 // SPDX-License-Identifier: GPL-2.0-or-later 0003 0004 #ifndef QMLTERMWIDGET_PLUGIN_H 0005 #define QMLTERMWIDGET_PLUGIN_H 0006 0007 struct KonsoleQML { 0008 static void registerTypes(const char *uri); 0009 }; 0010 0011 #endif // QMLTERMWIDGET_PLUGIN_H