Skip to content

Commit

Permalink
No more setTime_t
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Feb 8, 2020
1 parent d4f7bb9 commit 8eb3e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/grass/qgsgrassvector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ QgsFields QgsGrassVectorLayer::fields()
{
QgsDebugMsg( "dbln does not exist" );
mFields.clear();
mFieldsTimeStamp.setTime_t( 0 );
mFieldsTimeStamp.setSecsSinceEpoch( 0 );
return mFields;
}
if ( dblnFileInfo.lastModified() > mFieldsTimeStamp && !mDriver.isEmpty()
Expand Down

0 comments on commit 8eb3e58

Please sign in to comment.