File indexing completed on 2024-04-28 04:03:31

0001 /*
0002     SPDX-FileCopyrightText: 2013 Alexander Schuch <aschuch247@gmail.com>
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #include "player_gui.h"
0008 
0009 
0010 PlayerGui::PlayerGui(const QString& guiName) :
0011     m_guiName(guiName)
0012 {
0013 }
0014 
0015 
0016 QString
0017 PlayerGui::guiName() const
0018 {
0019     return m_guiName;
0020 }