[ExecString] combine SplitParameters with identical function of CUtil
[xbmc.git] / xbmc / dialogs / GUIDialogPlayerProcessInfo.h
blob74137709acbe33f09f57eb336ecc83884c012190
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 #pragma once
11 #include "guilib/GUIDialog.h"
13 class CGUIDialogPlayerProcessInfo : public CGUIDialog
15 public:
16 CGUIDialogPlayerProcessInfo(void);
17 ~CGUIDialogPlayerProcessInfo(void) override;
19 bool OnAction(const CAction &action) override;