File indexing completed on 2024-11-17 04:54:26

0001 /*
0002  * SPDX-FileCopyrightText: 2014 Kevin Ottens <ervin@kde.org>
0003  * SPDX-FileCopyrightText: 2014 RĂ©mi Benoit <r3m1.benoit@gmail.com>
0004  * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005  */
0006 
0007 
0008 #include "contextqueries.h"
0009 
0010 using namespace Domain;
0011 
0012 ContextQueries::ContextQueries()
0013 {
0014 }
0015 
0016 ContextQueries::~ContextQueries()
0017 {
0018 }
0019