1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-10 04:07:52 +00:00
i2pd/qt/i2pd_qt/mainwindow.h

23 lines
291 B
C
Raw Normal View History

2016-06-14 00:52:17 +00:00
#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