Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build warnings
  • Loading branch information
nyalldawson committed Jan 4, 2018
1 parent c9dba99 commit df95536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgslogger.h
Expand Up @@ -25,6 +25,7 @@
#include <QTime>

#include "qgis_core.h"
#include "qgsconfig.h"

class QFile;

Expand Down
1 change: 1 addition & 0 deletions src/gui/editorwidgets/qgsdatetimeeditwrapper.cpp
Expand Up @@ -178,6 +178,7 @@ QVariant QgsDateTimeEditWrapper::value() const
}
break;
}
return QVariant(); // avoid warnings
}

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

0 comments on commit df95536

Please sign in to comment.