Changeset 46362 in vbox
- Timestamp:
- Jun 3, 2013 2:51:35 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86178
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.cpp
r46361 r46362 59 59 /* Prepare seamless view: */ 60 60 prepareSeamless(); 61 62 /* Initialization: */63 sltAdditionsStateChanged();64 61 } 65 62 … … 71 68 /* Cleanup frame buffer: */ 72 69 cleanupFrameBuffer(); 73 }74 75 void UIMachineViewSeamless::sltAdditionsStateChanged()76 {77 // TODO: Exit seamless if additions doesn't support it!78 70 } 79 71 … … 142 134 } 143 135 144 void UIMachineViewSeamless::prepareConsoleConnections()145 {146 /* Base class connections: */147 UIMachineView::prepareConsoleConnections();148 149 /* Guest additions state-change updater: */150 connect(uisession(), SIGNAL(sigAdditionsStateChange()), this, SLOT(sltAdditionsStateChanged()));151 }152 153 136 void UIMachineViewSeamless::prepareSeamless() 154 137 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h
r46255 r46362 39 39 virtual ~UIMachineViewSeamless(); 40 40 41 private slots:42 43 /* Console callback handlers: */44 void sltAdditionsStateChanged();45 46 41 private: 47 42 … … 53 48 void prepareCommon(); 54 49 void prepareFilters(); 55 void prepareConsoleConnections();56 50 void prepareSeamless(); 57 51 58 52 /* Cleanup helpers: */ 59 53 void cleanupSeamless(); 60 //void cleanupConsoleConnections() {}61 54 //void cleanupFilters() {} 62 55 //void cleanupCommon() {}
Note:
See TracChangeset
for help on using the changeset viewer.