File indexing completed on 2024-05-12 05:36:15

0001 // SPDX-FileCopyrightText: 2023 Devin Lin <devin@kde.org>
0002 // SPDX-License-Identifier: GPL-2.0-or-later
0003 
0004 #include "initialstartutil.h"
0005 
0006 InitialStartUtil::InitialStartUtil(QObject *parent)
0007     : QObject{parent}
0008 {
0009 }
0010 
0011 QString InitialStartUtil::distroName() const
0012 {
0013     return m_osrelease.name();
0014 }