X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlitestorage.h;h=c88a3c6df17308eef4181847eeec87abb1b671e9;hp=ab4c826d89bb960a897df41e40fbf66c595fcd4b;hb=158443f71d48215eea8b47b836b61afd77654b78;hpb=3a3e844f9fcfd12235a0086af75ecd503b621ef4 diff --git a/src/core/sqlitestorage.h b/src/core/sqlitestorage.h index ab4c826d..c88a3c6d 100644 --- a/src/core/sqlitestorage.h +++ b/src/core/sqlitestorage.h @@ -183,7 +183,7 @@ protected: private: void setMaxId(MigrationObject mo); - qint64 _maxId; + qint64 _maxId{0}; };