Skip to content

Commit 4d9343a

Browse files
committedJan 4, 2018
fix warning
1 parent 1d73068 commit 4d9343a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/gui/editorwidgets/qgsdatetimeeditwrapper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ QVariant QgsDateTimeEditWrapper::value() const
178178
}
179179
break;
180180
}
181+
return QVariant();
181182
}
182183

183184
void QgsDateTimeEditWrapper::setValue( const QVariant &value )

0 commit comments

Comments
 (0)
Please sign in to comment.