#ifndef HAVOC_EVENTVIEWER_HPP #define HAVOC_EVENTVIEWER_HPP #include class HavocNamespace::UserInterface::SmallWidgets::EventViewer : public QWidget { QGridLayout *gridLayout; public: QTextEdit *EventViewerConsole; QWidget* EventViewer; void setupUi(QWidget* Widget); void AppendText(const QString& Time, const QString &text) const; }; #endif