Fixed compiler warning
This commit is contained in:
parent
7327fbb58d
commit
4cba17e6c8
@ -33,7 +33,7 @@ public:
|
||||
}
|
||||
~IPv6AddressValidator() {}
|
||||
|
||||
virtual QValidator::State validate(QString &input, int &pos) const
|
||||
virtual QValidator::State validate(QString &input, int& /*pos*/) const
|
||||
{
|
||||
QValidator::State state;
|
||||
QHostAddress addr(input);
|
||||
|
Loading…
Reference in New Issue
Block a user