[Pkg-owncloud-commits] [owncloud-client] 54/70: FancyLineEdit: initialize all members

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Jul 1 10:21:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 485a6926c50ac111c00840bb41354035cbaeb555
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Fri Jun 20 13:46:57 2014 +0200

    FancyLineEdit: initialize all members
    
    This fixes Coverity CID 12912
---
 src/3rdparty/fancylineedit/fancylineedit.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/3rdparty/fancylineedit/fancylineedit.cpp b/src/3rdparty/fancylineedit/fancylineedit.cpp
index cab09d4..84d9fa1 100644
--- a/src/3rdparty/fancylineedit/fancylineedit.cpp
+++ b/src/3rdparty/fancylineedit/fancylineedit.cpp
@@ -317,7 +317,7 @@ void FancyLineEdit::setButtonFocusPolicy(Side side, Qt::FocusPolicy policy)
 // IconButton - helper class to represent a clickable icon
 
 IconButton::IconButton(QWidget *parent)
-    : QAbstractButton(parent), m_autoHide(false)
+    : QAbstractButton(parent), m_iconOpacity(0), m_autoHide(false)
 {
     setCursor(Qt::ArrowCursor);
     setFocusPolicy(Qt::NoFocus);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list