mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-09 19:47:54 +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
|