mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
qt: fixes #1180
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user