mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2024-11-16 00:12:43 +00:00
10 lines
206 B
C++
10 lines
206 B
C++
#ifndef I2pdQtUtil_H
|
|
#define I2pdQtUtil_H
|
|
|
|
class QLineEdit;
|
|
#include "mainwindow.h"
|
|
|
|
bool isValidSingleLine(QLineEdit* widget, WrongInputPageEnum inputPage, MainWindow* mainWindow);
|
|
|
|
#endif // I2pdQtUtil_H
|