Changeset 17051 in vbox
- Timestamp:
- Feb 24, 2009 9:57:46 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxSelectorWnd.cpp
r17049 r17051 35 35 #include "VBoxGlobal.h" 36 36 #include "VBoxUtils.h" 37 #include "VBoxChangeLogWgt.h"38 37 39 38 #ifdef Q_WS_X11 … … 49 48 #include <QDesktopWidget> 50 49 #include <QToolButton> 51 #include <QFile>52 50 53 51 // VBoxVMDetailsView class … … 701 699 /* bring the VM list to the focus */ 702 700 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();714 701 } 715 702
Note:
See TracChangeset
for help on using the changeset viewer.