VirtualBox

Changeset 13641 in vbox


Ignore:
Timestamp:
Oct 29, 2008 8:18:28 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38572
Message:

gcc-3.3 hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxMediaComboBox.cpp

    r13580 r13641  
    2626#include <QDir>
    2727#include <QAbstractItemView>
     28#include <QUuid>
    2829
    2930VBoxMediaComboBox::VBoxMediaComboBox (QWidget *aParent)
     
    102103QUuid VBoxMediaComboBox::id (int aIndex /*= -1*/) const
    103104{
     105    QUuid uuidNull; /* gcc-3.3 hack */
    104106    AssertReturn (aIndex == -1 ||
    105107                  (aIndex >= 0 && aIndex < mMedia.size()),
    106                   QUuid());
     108                  uuidNull);
    107109
    108110    return mMedia [aIndex == -1 ? currentIndex() : aIndex].id;
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