mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-10-31 09:20:38 +00:00
18 lines
273 B
C
18 lines
273 B
C
|
#ifndef MAINWINDOWITEMS_H
|
||
|
#define MAINWINDOWITEMS_H
|
||
|
|
||
|
#include <QString>
|
||
|
#include <QLineEdit>
|
||
|
#include <QPushButton>
|
||
|
#include <QComboBox>
|
||
|
#include <QCheckBox>
|
||
|
|
||
|
#include <sstream>
|
||
|
#include <functional>
|
||
|
|
||
|
#include "mainwindow.h"
|
||
|
|
||
|
class MainWindow;
|
||
|
|
||
|
#endif // MAINWINDOWITEMS_H
|