1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-09 23:57:52 +00:00
i2pd/qt/i2pd_qt/mainwindow.h
2016-06-14 23:17:37 +08:00

23 lines
291 B
C++

#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <QMainWindow>
namespace Ui {
class MainWindow;
}
class MainWindow : public QMainWindow
{
Q_OBJECT
public:
explicit MainWindow(QWidget *parent = 0);
~MainWindow();
private:
Ui::MainWindow *ui;
};
#endif // MAINWINDOW_H