VirtualBox

Changeset 76838 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jan 16, 2019 3:04:41 PM (6 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:9361: Fixing regression on macOS regarding VirtualBox Manager unable to handle FileOpen events, used by external parties (such as vmstarter.app) to send calls to open .ova / .vbox-extpack files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/manager/UIVirtualBoxManager.cpp

    r76835 r76838  
    12091209    /* We have to make sure that we are getting the front most process: */
    12101210    ::darwinSetFrontMostProcess();
     1211    /* Install global event-filter, since vmstarter.app can send us FileOpen events,
     1212     * see UIVirtualBoxManager::eventFilter for handler implementation. */
     1213    qApp->installEventFilter(this);
    12111214#endif
    12121215
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