Play-/Source/ui_qt/DebugSupport/CommentsView.h
Jean-Philip Desjardins 5edde7b3d0 Add comments view.
2023-08-30 10:21:25 -04:00

14 lines
216 B
C++

#pragma once
#include "TagsView.h"
class CCommentsView : public CTagsView
{
Q_OBJECT
public:
CCommentsView(QMdiArea*);
virtual ~CCommentsView() = default;
void SetContext(CMIPS*, CBiosDebugInfoProvider*);
};