forked from qt-creator/qt-creator
Sqlite: Prevent copying of LastChangedRowId
Change-Id: Ibed20ce8ee33a8f50756903f3133cb47cdfab218 Reviewed-by: Tapani Mattila <tapani.mattila@qt.io> Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -37,6 +37,9 @@ template<unsigned int TableCount = 0>
|
|||||||
class LastChangedRowId
|
class LastChangedRowId
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
LastChangedRowId(const LastChangedRowId &) = delete;
|
||||||
|
LastChangedRowId &operator=(const LastChangedRowId &) = delete;
|
||||||
|
|
||||||
LastChangedRowId(DatabaseInterface &database)
|
LastChangedRowId(DatabaseInterface &database)
|
||||||
: database(database)
|
: database(database)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user