Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning
  • Loading branch information
3nids committed Jan 4, 2018
1 parent 1d73068 commit 4d9343a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/editorwidgets/qgsdatetimeeditwrapper.cpp
Expand Up @@ -178,6 +178,7 @@ QVariant QgsDateTimeEditWrapper::value() const
}
break;
}
return QVariant();
}

void QgsDateTimeEditWrapper::setValue( const QVariant &value )
Expand Down

0 comments on commit 4d9343a

Please sign in to comment.