This commit is contained in:
user 2020-12-18 01:13:50 +08:00
parent d3bf8c2417
commit ccc604c0f4
9 changed files with 161 additions and 59 deletions

9
qt/i2pd_qt/I2pdQtUtil.h Normal file
View file

@ -0,0 +1,9 @@
#ifndef I2pdQtUtil_H
#define I2pdQtUtil_H
class QLineEdit;
#include "mainwindow.h"
bool isValidSingleLine(QLineEdit* widget, WrongInputPageEnum inputPage, MainWindow* mainWindow);
#endif // I2pdQtUtil_H