| 41 | |
| 42 | |
| 43 | PluginManagerDialog::PluginManagerDialog() |
| 44 | : _HSource(nullptr), |
| 45 | _hCloseButton(nullptr), |
| 46 | _hSettingsButton(nullptr), |
| 47 | _hNbcLogo(nullptr), |
| 48 | _pluginList(nullptr), |
| 49 | _leftMargin(0), |
| 50 | _rightMargin(0), |
| 51 | _topMargin(0), |
| 52 | _bottomMargin(0), |
| 53 | _tabBottomOffset(0), |
| 54 | _closeButtonBottomOffset(0), |
| 55 | _closeButtonRightOffset(0), |
| 56 | _closeButtonWidth(0), |
| 57 | _closeButtonHeight(0), |
| 58 | _isDownloading(false), |
| 59 | _downloadThread(0) |
| 60 | { |
| 61 | } |
| 62 | |
| 63 | void PluginManagerDialog::doDialog() |
| 64 | { |
nothing calls this directly
no outgoing calls
no test coverage detected