VirtualBox

Changeset 55554 in vbox


Ignore:
Timestamp:
Apr 30, 2015 1:55:03 PM (9 years ago)
Author:
vboxsync
Message:

FE/Qt: Reverting r99916 because it's useless.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.cpp

    r55550 r55554  
    7878        }
    7979
    80         case KVBoxEventType_OnEventSourceChanged:
    81         {
    82             emit sigEventSourceChange();
    83             break;
    84         }
    85 
    8680        case KVBoxEventType_OnMachineStateChanged:
    8781        {
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h

    r55550 r55554  
    5050    /** Notifies about the VBoxSVC become @a fAvailable. */
    5151    void sigVBoxSVCAvailabilityChange(bool fAvailable);
    52 
    53     /** Notifies about event-source state change (listener added or removed). */
    54     void sigEventSourceChange();
    5552
    5653    /** Notifies about @a state change event for the machine with @a strId. */
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.cpp

    r55552 r55554  
    155155}
    156156
    157 void UISelectorWindow::sltEventSourceChange()
    158 {
    159     /* Update actions: */
    160     updateActionsAppearance();
    161 }
    162 
    163157void UISelectorWindow::sltStateChanged(QString)
    164158{
     
    15581552
    15591553    /* Global event handlers: */
    1560     connect(gVBoxEvents, SIGNAL(sigEventSourceChange()), this, SLOT(sltEventSourceChange()));
    15611554    connect(gVBoxEvents, SIGNAL(sigMachineStateChange(QString, KMachineState)), this, SLOT(sltStateChanged(QString)));
    15621555    connect(gVBoxEvents, SIGNAL(sigSessionStateChange(QString, KSessionState)), this, SLOT(sltStateChanged(QString)));
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UISelectorWindow.h

    r55550 r55554  
    5858private slots:
    5959
    60     /** Handles event-source state change (listener added or removed). */
    61     void sltEventSourceChange();
    6260    /* Handlers: Global-event stuff: */
    6361    void sltStateChanged(QString strId);
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVirtualBoxEventHandler.cpp

    r55550 r55554  
    8282    QVector<KVBoxEventType> vboxEvents;
    8383    vboxEvents
    84         << KVBoxEventType_OnEventSourceChanged
    8584        << KVBoxEventType_OnMachineStateChanged
    8685        << KVBoxEventType_OnMachineDataChanged
     
    9796    connect(pListener->getWrapped(), SIGNAL(sigVBoxSVCAvailabilityChange(bool)),
    9897            this, SIGNAL(sigVBoxSVCAvailabilityChange(bool)),
    99             Qt::QueuedConnection);
    100     connect(pListener->getWrapped(), SIGNAL(sigEventSourceChange()),
    101             this, SIGNAL(sigEventSourceChange()),
    10298            Qt::QueuedConnection);
    10399    connect(pListener->getWrapped(), SIGNAL(sigMachineStateChange(QString, KMachineState)),
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVirtualBoxEventHandler.h

    r55550 r55554  
    3232    /** Notifies about the VBoxSVC become @a fAvailable. */
    3333    void sigVBoxSVCAvailabilityChange(bool fAvailable);
    34 
    35     /** Notifies about event-source state change (listener added or removed). */
    36     void sigEventSourceChange();
    3734
    3835    /** Notifies about @a state change event for the machine with @a strId. */
Note: See TracChangeset for help on using the changeset viewer.

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