Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Molkentin <danimo@owncloud.com>2014-06-20 15:46:57 +0400
committerDaniel Molkentin <danimo@owncloud.com>2014-06-20 15:46:57 +0400
commit485a6926c50ac111c00840bb41354035cbaeb555 (patch)
treec4f550c8682672f6d055eadd0b33c2318b6d22a2 /src/3rdparty
parentf3de6f46db0ac02ec08e7563d38482e38c99ad77 (diff)
FancyLineEdit: initialize all members
This fixes Coverity CID 12912
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/fancylineedit/fancylineedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/fancylineedit/fancylineedit.cpp b/src/3rdparty/fancylineedit/fancylineedit.cpp
index cab09d4a7..84d9fa1b4 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);