Sort Documentation pane list in alphabetical order. This relates to bug 1859.

pull/1/head
Michele Calgaro 10 years ago
parent 62e6de96e7
commit b98d05cb4d

@ -44,8 +44,8 @@ ContentsView::ContentsView(DocumentationWidget *parent, const char *name)
m_view->header()->hide();
m_view->setResizeMode(TQListView::AllColumns);
m_view->setRootIsDecorated(true);
m_view->setSorting(-1);
m_view->setAllColumnsShowFocus( true );
m_view->setSorting(0);
m_view->setAllColumnsShowFocus(true);
connect(m_view, TQT_SIGNAL(executed(TQListViewItem*, const TQPoint&, int )),
this, TQT_SLOT(itemExecuted(TQListViewItem*, const TQPoint&, int )));

Loading…
Cancel
Save