Added debug output

This commit is contained in:
Christophe Dumez 2011-03-14 19:18:52 +00:00
parent 82877a9afa
commit a4c1b93a42
6 changed files with 14 additions and 2 deletions

View file

@ -130,6 +130,7 @@ PropertiesWidget::PropertiesWidget(QWidget *parent, MainWindow* main_window, Tra
}
PropertiesWidget::~PropertiesWidget() {
qDebug() << Q_FUNC_INFO << "ENTER";
saveFilesListState();
delete refreshTimer;
delete trackerList;
@ -139,6 +140,7 @@ PropertiesWidget::~PropertiesWidget() {
delete PropListModel;
delete PropDelegate;
delete m_tabBar;
qDebug() << Q_FUNC_INFO << "EXIT";
}
void PropertiesWidget::showPiecesAvailability(bool show) {