Skip to content

Commit

Permalink
fix signal in QgsDateTimeEdit
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 11, 2014
1 parent e9d7b52 commit bb54f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editorwidgets/qgsdatetimeeditwrapper.cpp
Expand Up @@ -82,7 +82,7 @@ void QgsDateTimeEditWrapper::initWidget( QWidget *editor )

if ( mQgsDateTimeEdit )
{
connect( mQgsDateTimeEdit, SIGNAL( dateTimeChanged( QVariant ) ), this, SLOT( dateTimeChanged( QDateTime ) ) );
connect( mQgsDateTimeEdit, SIGNAL( dateTimeChanged( QDateTime ) ), this, SLOT( dateTimeChanged( QDateTime ) ) );
}
else
{
Expand Down

0 comments on commit bb54f67

Please sign in to comment.