LogDoctor/craplog/mainwindow.h

22 lines
307 B
C
Raw Normal View History

2022-06-20 21:44:58 +02:00
#ifndef CRAPLOG_H
#define CRAPLOG_H
#include <QMainWindow>
QT_BEGIN_NAMESPACE
namespace Ui { class Craplog; }
QT_END_NAMESPACE
class Craplog : public QMainWindow
{
Q_OBJECT
public:
Craplog(QWidget *parent = nullptr);
~Craplog();
private:
Ui::Craplog *ui;
};
#endif // CRAPLOG_H