VirtualBox

Ignore:
Timestamp:
Mar 4, 2007 9:05:35 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19093
Message:

1848: Add comment field
Issue resolved as designed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxSelectorWnd.h

    r1000 r1177  
    3838class VBoxSnapshotsWgt;
    3939class VBoxVMDetailsView;
     40class VBoxVMDescriptionPage;
    4041
    4142class QLabel;
     
    6465
    6566    void vmNew();
    66     void vmSettings (const QString &category = QString::null);
     67    void vmSettings (const QString &category = QString::null, int = 0);
    6768    void vmDelete();
    6869    void vmStart();
     
    7273    void refreshVMList();
    7374    void refreshVMItem (const QUuid &aID, bool aDetails,
    74                                           bool aSnapshots);
     75                                          bool aSnapshots,
     76                                          bool aDescription);
    7577
    7678    void showHelpContents();
     
    9092
    9193    void vmListBoxCurrentChanged (bool aRefreshDetails = true,
    92                                   bool aRefreshSnapshots = true);
     94                                  bool aRefreshSnapshots = true,
     95                                  bool aRefreshDescription = true);
    9396    void mediaEnumFinished (const VBoxMediaList &);
    9497
     
    123126    VBoxVMDetailsView *vmDetailsView;
    124127    VBoxSnapshotsWgt *vmSnapshotsWgt;
     128    VBoxVMDescriptionPage *vmDescriptionPage;
    125129
    126130    QValueList <CSession> sessions;
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