Changeset 52061 in vbox
- Timestamp:
- Jul 16, 2014 6:42:45 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/net/UINetworkManager.cpp
r51992 r52061 115 115 { 116 116 m_pNetworkManagerIndicator = new UINetworkManagerIndicator; 117 connect(m_pNetworkManagerIndicator, SIGNAL(sigMouseDoubleClick(QIStat eStatusBarIndicator*, QMouseEvent*)), this, SLOT(show()));117 connect(m_pNetworkManagerIndicator, SIGNAL(sigMouseDoubleClick(QIStatusBarIndicator*, QMouseEvent*)), this, SLOT(show())); 118 118 } 119 119 }
Note:
See TracChangeset
for help on using the changeset viewer.