VirtualBox

Changeset 89823 in vbox for trunk


Ignore:
Timestamp:
Jun 21, 2021 1:36:17 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145280
Message:

FE/Qt: bugref:3355. typo fix

Location:
trunk/src/VBox/Frontends/VirtualBox/src/platform/x11
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.cpp

    r89817 r89823  
    188188}
    189189
    190 static void X11IntrorespectInterfaceNode(const QDomElement &interface,
     190static void X11IntrospectInterfaceNode(const QDomElement &interface,
    191191                                         const QString &strServiceName, QVector<X11ScreenSaverInhibitMethod*> &methods)
    192192{
     
    209209}
    210210
    211 static void X11IntrorespectServices(const QDBusConnection &connection,
     211static void X11IntrospectServices(const QDBusConnection &connection,
    212212                                    const QString &strService, const QString &path, QVector<X11ScreenSaverInhibitMethod*> &methods)
    213213{
     
    229229        {
    230230            QString subPath = path + QLatin1Char('/') + child.attribute(QLatin1String("name"));
    231             X11IntrorespectServices(connection, strService, subPath, methods);
     231            X11IntrospectServices(connection, strService, subPath, methods);
    232232        }
    233233        else if (child.tagName() == QLatin1String("interface"))
    234             X11IntrorespectInterfaceNode(child, strService, methods);
     234            X11IntrospectInterfaceNode(child, strService, methods);
    235235        child = child.nextSiblingElement();
    236236    }
     
    263263
    264264    foreach(const QString &strServiceName, X11FindDBusScreenSaverServices(connection))
    265         X11IntrorespectServices(connection, strServiceName, "", methods);
     265        X11IntrospectServices(connection, strServiceName, "", methods);
    266266
    267267    return methods;
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/x11/VBoxX11Helper.h

    r89820 r89823  
    6565SHARED_LIBRARY_STUFF bool X11CheckExtension(const char *extensionName);
    6666
    67 /** Returns the list of Inhibit methods found by introrespecting DBus services. */
     67/** Returns the list of Inhibit methods found by introspecting DBus services. */
    6868SHARED_LIBRARY_STUFF QVector<X11ScreenSaverInhibitMethod*> X11FindDBusScrenSaverInhibitMethods();
    6969
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