[PC-BSD Commits] r20564 - pcbsd/current/src-qt4/pc-installgui
svn at pcbsd.org
svn at pcbsd.org
Fri Dec 14 10:02:19 PST 2012
Author: kris
Date: 2012-12-14 18:02:19 +0000 (Fri, 14 Dec 2012)
New Revision: 20564
Modified:
pcbsd/current/src-qt4/pc-installgui/dialogDesktopSelection.cpp
Log:
Enable some debugging so I can figure out why some meta-pkgs
aren't showing up in the list
Modified: pcbsd/current/src-qt4/pc-installgui/dialogDesktopSelection.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-installgui/dialogDesktopSelection.cpp 2012-12-14 14:13:01 UTC (rev 20563)
+++ pcbsd/current/src-qt4/pc-installgui/dialogDesktopSelection.cpp 2012-12-14 18:02:19 UTC (rev 20564)
@@ -59,6 +59,8 @@
if (listDeskPkgs.at(z).at(0) == "base-system" )
return;
+ qDebug() << "addTreeItems()" << listDeskPkgs.at(z);
+
QTreeWidgetItem *deskItem = new QTreeWidgetItem(QStringList() << listDeskPkgs.at(z).at(0) );
deskItem->setIcon(0, QIcon(listDeskPkgs.at(z).at(2)));
deskItem->setToolTip(0, listDeskPkgs.at(z).at(1));
More information about the Commits
mailing list