VirtualBox

Changeset 46362 in vbox


Ignore:
Timestamp:
Jun 3, 2013 2:51:35 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
86178
Message:

FE/Qt: 6749: Runtime UI: Seamless-related stuff cleanup.

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  
    5959    /* Prepare seamless view: */
    6060    prepareSeamless();
    61 
    62     /* Initialization: */
    63     sltAdditionsStateChanged();
    6461}
    6562
     
    7168    /* Cleanup frame buffer: */
    7269    cleanupFrameBuffer();
    73 }
    74 
    75 void UIMachineViewSeamless::sltAdditionsStateChanged()
    76 {
    77     // TODO: Exit seamless if additions doesn't support it!
    7870}
    7971
     
    142134}
    143135
    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 
    153136void UIMachineViewSeamless::prepareSeamless()
    154137{
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineViewSeamless.h

    r46255 r46362  
    3939    virtual ~UIMachineViewSeamless();
    4040
    41 private slots:
    42 
    43     /* Console callback handlers: */
    44     void sltAdditionsStateChanged();
    45 
    4641private:
    4742
     
    5348    void prepareCommon();
    5449    void prepareFilters();
    55     void prepareConsoleConnections();
    5650    void prepareSeamless();
    5751
    5852    /* Cleanup helpers: */
    5953    void cleanupSeamless();
    60     //void cleanupConsoleConnections() {}
    6154    //void cleanupFilters() {}
    6255    //void cleanupCommon() {}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette