aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoingui.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2014-08-07 09:34:31 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2014-08-08 12:13:26 +0200
commit8ca6a1617687ce613b0426c2627ba79e710a695f (patch)
tree02f04bae3a04a4ec196cff3efe7ccb7d3606eaa0 /src/qt/bitcoingui.h
parentfffe947c486a7643362997cc4ca2ce207e7c761d (diff)
downloadbitcoin-8ca6a1617687ce613b0426c2627ba79e710a695f.tar.xz
[Qt] ensure all class attributes are init to 0
- in BitcoinGUI and UnitDisplayStatusBarControl
Diffstat (limited to 'src/qt/bitcoingui.h')
-rw-r--r--src/qt/bitcoingui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoingui.h b/src/qt/bitcoingui.h
index 30dd7ae317..7e45240f05 100644
--- a/src/qt/bitcoingui.h
+++ b/src/qt/bitcoingui.h
@@ -219,6 +219,7 @@ protected:
private:
OptionsModel *optionsModel;
QMenu* menu;
+
/** Shows context menu with Display Unit options by the mouse coordinates */
void onDisplayUnitsClicked(const QPoint& point);
/** Creates context menu, its actions, and wires up all the relevant signals for mouse events. */