Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing break
  • Loading branch information
nyalldawson authored and 3nids committed Jan 7, 2018
1 parent 53b6706 commit 18828c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/editorwidgets/qgsdatetimeeditwrapper.cpp
Expand Up @@ -124,6 +124,7 @@ void QgsDateTimeEditWrapper::dateTimeChanged( const QDateTime &dateTime )
break;
case QVariant::Time:
emit valueChanged( dateTime.time() );
break;
default:
const bool fieldIsoFormat = config( QStringLiteral( "field_iso_format" ), false ).toBool();
const QString fieldFormat = config( QStringLiteral( "field_format" ), QgsDateTimeFieldFormatter::defaultFormat( field().type() ) ).toString();
Expand Down

0 comments on commit 18828c0

Please sign in to comment.