summaryrefslogtreecommitdiffstats
path: root/xbmc/dialogs/GUIDialogPlayerControls.cpp
blob: e137eb1d1235f1d4b0ae74efb86a19f196ea716d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *  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;