[ExecString] combine SplitParameters with identical function of CUtil
[xbmc.git] / xbmc / dialogs / GUIDialogPlayerControls.cpp
blobe137eb1d1235f1d4b0ae74efb86a19f196ea716d
1 /*
2 * Copyright (C) 2005-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
7 */
9 #include "GUIDialogPlayerControls.h"
12 CGUIDialogPlayerControls::CGUIDialogPlayerControls(void)
13 : CGUIDialog(WINDOW_DIALOG_PLAYER_CONTROLS, "PlayerControls.xml")
15 m_loadType = KEEP_IN_MEMORY;
18 CGUIDialogPlayerControls::~CGUIDialogPlayerControls(void) = default;