Warning, file /plasma/milou/lib/resultsmodel.cpp 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 #include "resultsmodel.h"
0008 
0009 using namespace Milou;
0010 
0011 ResultsModel::ResultsModel(QObject *parent)
0012     : KRunner::ResultsModel(parent)
0013 {
0014 }
0015 
0016 ResultsModel::~ResultsModel() = default;