From 7c047cba09ecc963b66170b0abb2238aa895ccfb Mon Sep 17 00:00:00 2001
From: Tobias Markmann <tm@ayena.de>
Date: Tue, 28 Mar 2017 15:13:41 +0200
Subject: Initialise timerId member in QtGridSelectionDialog

Coverity raised this issue.

Test-Information:

All unit tests passed on macOS 10.12.4.

Change-Id: Id65cdc5e0175ba7773d32b6dddbc9b4af6789019

diff --git a/Swift/QtUI/Trellis/QtGridSelectionDialog.h b/Swift/QtUI/Trellis/QtGridSelectionDialog.h
index 2cb36ca..c448979 100644
--- a/Swift/QtUI/Trellis/QtGridSelectionDialog.h
+++ b/Swift/QtUI/Trellis/QtGridSelectionDialog.h
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2014-2016 Isode Limited.
+ * Copyright (c) 2014-2017 Isode Limited.
  * All rights reserved.
  * See the COPYING file for more information.
  */
@@ -53,7 +53,7 @@ namespace Swift {
             int padding;
             int horizontalMargin;
             int verticalMargin;
-            int timerId;
+            int timerId = -1;
 
             QSize frameSize;
 
-- 
cgit v0.10.2-6-g49f6