/xbmc/dialogs/GUIDialogPlayerControls.cpp
http://github.com/xbmc/xbmc · C++ · 19 lines · 7 code · 5 blank · 7 comment · 0 complexity · 62930572c538b0e46fb72db95c27c19a MD5 · raw file
- /*
- * Copyright (C) 2005-2018 Team Kodi
- * This file is part of Kodi - https://kodi.tv
- *
- * SPDX-License-Identifier: GPL-2.0-or-later
- * See LICENSES/README.md for more information.
- */
- #include "GUIDialogPlayerControls.h"
- CGUIDialogPlayerControls::CGUIDialogPlayerControls(void)
- : CGUIDialog(WINDOW_DIALOG_PLAYER_CONTROLS, "PlayerControls.xml")
- {
- m_loadType = KEEP_IN_MEMORY;
- }
- CGUIDialogPlayerControls::~CGUIDialogPlayerControls(void) = default;