mirror of
https://github.com/jpd002/Play-.git
synced 2025-04-28 21:57:57 +03:00
15 lines
219 B
C
15 lines
219 B
C
![]() |
#pragma once
|
||
|
|
||
|
#include "TagsView.h"
|
||
|
|
||
|
class CVariablesView : public CTagsView
|
||
|
{
|
||
|
Q_OBJECT
|
||
|
|
||
|
public:
|
||
|
CVariablesView(QMdiArea*);
|
||
|
virtual ~CVariablesView() = default;
|
||
|
|
||
|
void SetContext(CMIPS*, CBiosDebugInfoProvider*);
|
||
|
};
|