VirtualBox

Changeset 38373 in vbox


Ignore:
Timestamp:
Aug 9, 2011 10:25:57 AM (13 years ago)
Author:
vboxsync
Message:

FE/Qt4: fix warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp

    r38185 r38373  
    470470    /* Create the error string with all errors. First the html version. */
    471471    QString strError = "<html><body><p>" + mText + "</p>";
    472     for (size_t i = 0; i < mDetailsList.size(); ++i)
     472    for (int i = 0; i < mDetailsList.size(); ++i)
    473473        strError += mDetailsList.at(i).first + mDetailsList.at(i).second + "<br>";
    474474    strError += "</body></html>";
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