mirror-chatterino2/src/widgets/settingspages/CommandPage.hpp

20 lines
288 B
C++
Raw Normal View History

2018-01-12 23:09:05 +01:00
#pragma once
#include <QTextEdit>
#include <QTimer>
2018-06-26 14:09:39 +02:00
#include "widgets/settingspages/SettingsPage.hpp"
2018-01-12 23:09:05 +01:00
namespace chatterino {
class CommandPage : public SettingsPage
{
public:
CommandPage();
private:
QTimer commandsEditTimer;
};
} // namespace chatterino