Changeset 65277 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jan 13, 2017 9:33:57 AM (8 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/information
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationConfiguration.h
r65274 r65277 21 21 /* Qt includes: */ 22 22 #include <QWidget> 23 #include <QListView>24 23 25 24 /* COM includes: */ … … 62 61 /** Holds the console instance. */ 63 62 CConsole m_console; 64 /** Holds the instance of main-layout we create. */63 /** Holds the instance of layout we create. */ 65 64 QVBoxLayout *m_pMainLayout; 66 65 /** Holds the instance of model we create. */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationRuntime.h
r65274 r65277 21 21 /* Qt includes: */ 22 22 #include <QWidget> 23 #include <QListView>24 23 25 24 /* COM includes: */ … … 63 62 /** Holds the console instance. */ 64 63 CConsole m_console; 65 /** Holds the instance of main-layout we create. */64 /** Holds the instance of layout we create. */ 66 65 QVBoxLayout *m_pMainLayout; 67 66 /** Holds the instance of model we create. */
Note:
See TracChangeset
for help on using the changeset viewer.