Skip to content

Commit

Permalink
fix: notification(arg1) is deprecated: Use the 3-args version of noti…
Browse files Browse the repository at this point in the history
…fication() instead.

Signed-off-by: t0b3 <thomas.bettler@gmail.com>
  • Loading branch information
t0b3 authored and nyalldawson committed Mar 21, 2021
1 parent 9ca3729 commit 6f75dcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion external/qspatialite/qsql_spatialite.cpp
Expand Up @@ -927,7 +927,6 @@ void QSpatiaLiteDriver::handleNotification( const QString &tableName, qint64 row
Q_D( const QSpatiaLiteDriver );
if ( d->notificationid.contains( tableName ) )
{
emit notification( tableName );
emit notification( tableName, QSqlDriver::UnknownSource, QVariant( rowid ) );
}
}
Expand Down

0 comments on commit 6f75dcb

Please sign in to comment.