Changeset 54148 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Feb 11, 2015 4:27:33 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98180
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r54147 r54148 396 396 if (fPropsValid) 397 397 { 398 const int cAdapters = RT_MIN(strCount.toInt(), m_cMaxNetworkAdapters);398 const int cAdapters = RT_MIN(strCount.toInt(), (int)m_cMaxNetworkAdapters); 399 399 for (int i = 0; i < cAdapters; ++i) 400 400 { … … 458 458 QTimer *m_pTimerAutoUpdate; 459 459 /** Holds the maximum amount of the network adapters. */ 460 intm_cMaxNetworkAdapters;460 ulong m_cMaxNetworkAdapters; 461 461 }; 462 462
Note:
See TracChangeset
for help on using the changeset viewer.