1
0
mirror of https://github.com/PurpleI2P/i2pd-qt.git synced 2025-02-01 01:04:39 +00:00
i2pd-qt/src/MainWindowItems.h
R4SAS dfd1632b78
import qt code, update paths in project and sources
Signed-off-by: R4SAS <r4sas@i2pmail.org>
2021-01-31 22:52:22 +03:00

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