Play-/Source/ui_qt/DebugSupport/CommentsView.h

15 lines
216 B
C
Raw Permalink Normal View History

2023-08-21 20:36:41 -04:00
#pragma once
#include "TagsView.h"
class CCommentsView : public CTagsView
{
Q_OBJECT
public:
CCommentsView(QMdiArea*);
virtual ~CCommentsView() = default;
void SetContext(CMIPS*, CBiosDebugInfoProvider*);
};