[Qt] ensure all class attributes are init to 0

- in BitcoinGUI and UnitDisplayStatusBarControl
This commit is contained in:
Philip Kaufmann
2014-08-07 09:34:31 +02:00
parent fffe947c48
commit 8ca6a16176
2 changed files with 28 additions and 3 deletions

View File

@@ -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. */