i2pd/qt/i2pd_qt/MainWindowItems.h

18 lines
273 B
C
Raw Normal View History

2017-03-14 15:34:01 +03:00
#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