added debug information on F10

This commit is contained in:
fourtf
2018-04-06 16:37:30 +02:00
parent 29fbe33437
commit ed50f1835f
19 changed files with 192 additions and 11 deletions
+15
View File
@@ -0,0 +1,15 @@
#pragma once
#include <QWindow>
namespace chatterino {
namespace widgets {
class DebugPopup : public QWidget
{
public:
DebugPopup();
};
} // namespace widgets
} // namespace chatterino