ソースを参照

Removed redundant call of hideUIDColumns

This is already done in setDicomDatabase
Andreas Fetzer 10 年 前
コミット
f666364f3e
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      Libs/DICOM/Widgets/ctkDICOMTableView.cpp

+ 0 - 1
Libs/DICOM/Widgets/ctkDICOMTableView.cpp

@@ -103,7 +103,6 @@ void ctkDICOMTableViewPrivate::init()
 #else
   this->tblDicomDatabaseView->horizontalHeader()->setSectionResizeMode(QHeaderView::Interactive);
 #endif
-  this->hideUIDColumns();
 
   QObject::connect(this->tblDicomDatabaseView->selectionModel(),
                    SIGNAL(selectionChanged(const QItemSelection&,const QItemSelection&)),