mirror-chatterino2/src/widgets/helper/DebugPopup.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
167 B
C++
Raw Normal View History

2018-04-06 16:37:30 +02:00
#pragma once
#include "widgets/BasePopup.hpp"
2018-04-06 16:37:30 +02:00
namespace chatterino {
class DebugPopup : public BasePopup
2018-04-06 16:37:30 +02:00
{
public:
DebugPopup();
};
2018-04-06 16:37:30 +02:00
} // namespace chatterino