1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

Fix compiler warnings.

This commit is contained in:
srcejon
2024-02-14 13:58:44 +00:00
parent 1ace16cfe2
commit e6e4d1661e
6 changed files with 20 additions and 6 deletions
+2
View File
@@ -19,6 +19,8 @@
QValidator::State Int64Validator::validate(QString& input, int &pos) const
{
(void) pos;
if (input == "") {
return QValidator::Acceptable;
}