Fix maybe-uninitialized compile warning
authorShane Synan <digitalcircuit36939@gmail.com>
Wed, 15 Jun 2016 20:09:57 +0000 (16:09 -0400)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Feb 2018 22:11:33 +0000 (23:11 +0100)
commitcfc7bfdcb76bd28242874620779701022d38d656
treecd104648c8bf63f8329510568cc739e5a2dae2e6
parent68c8697de55e14c7e2474e847a6422e6fe0f65d3
Fix maybe-uninitialized compile warning

Declare hashVersion as latest version before loading results from
database.  This resolves a warning when building inside
Qt Creator 3.0.1.

Resolves GH-215.

(cherry picked from commit af787c6830e12c665572044db1beab65473607b9)
src/core/sqlitestorage.cpp