VirtualBox

Changeset 17051 in vbox


Ignore:
Timestamp:
Feb 24, 2009 9:57:46 AM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: too much again

File:
1 edited

Legend:

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

    r17049 r17051  
    3535#include "VBoxGlobal.h"
    3636#include "VBoxUtils.h"
    37 #include "VBoxChangeLogWgt.h"
    3837
    3938#ifdef Q_WS_X11
     
    4948#include <QDesktopWidget>
    5049#include <QToolButton>
    51 #include <QFile>
    5250
    5351// VBoxVMDetailsView class
     
    701699    /* bring the VM list to the focus */
    702700    mVMListView->setFocus();
    703 
    704 //    VBoxChangeLogWgt *cl = new VBoxChangeLogWgt (this);
    705 //    cl->exec();
    706 
    707 //    QIMessageBox *mb = new QIMessageBox ("Changlog", "sdfsds", QIMessageBox::Information, 1, 0, 0);
    708 //    QFile file ("/mnt/data/projects/innotek/vbox/out/linux.amd64/debug/bin/ChangeLog.html");
    709 //    file.open(QIODevice::ReadOnly);
    710 //    QString bla (file.readAll());
    711 //    mb->setDetailsText (bla);
    712 //    mb->setDetailsShown (true);
    713 //    mb->exec();
    714701}
    715702
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