File indexing completed on 2024-05-19 16:31:08

0001 /*
0002     SPDX-FileCopyrightText: 2019 Harald Sitter <sitter@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0005 */
0006 
0007 #include "clientbase.h"
0008 
0009 namespace Bugzilla
0010 {
0011 ClientBase::ClientBase(const Connection &connection)
0012     : m_connection(connection)
0013 {
0014 }
0015 
0016 } // namespace Bugzilla