Warning, file /plasma/milou/lib/resultsmodel.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 /* 0002 * SPDX-FileCopyrightText: 2019 Kai Uwe Broulik <kde@broulik.de> 0003 * 0004 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL 0005 */ 0006 0007 #pragma once 0008 0009 #include <KRunner/ResultsModel> 0010 0011 namespace Milou 0012 { 0013 class ResultsModel : public KRunner::ResultsModel 0014 { 0015 Q_OBJECT 0016 public: 0017 explicit ResultsModel(QObject *parent = nullptr); 0018 ~ResultsModel() override; 0019 }; 0020 0021 } // namespace Milou