mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-29 20:27:49 +02:00
qt: fixes #1180
This commit is contained in:
parent
d3bf8c2417
commit
ccc604c0f4
9 changed files with 161 additions and 59 deletions
9
qt/i2pd_qt/I2pdQtUtil.h
Normal file
9
qt/i2pd_qt/I2pdQtUtil.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue