Fixed conflict in 'ChangeLog'

This commit is contained in:
Fred Gleason
2019-02-19 15:24:21 -05:00
4 changed files with 20 additions and 1 deletions

View File

@@ -320,6 +320,7 @@ MainWidget::MainWidget(QWidget *parent)
lib_cart_list->setSelectionMode(Q3ListView::Extended);
lib_cart_list->setRootIsDecorated(true);
lib_cart_list->enableNoteBubbles(true);
lib_cart_list->setContiguous(false);
connect(lib_cart_list,
SIGNAL(doubleClicked(Q3ListViewItem *,const QPoint &,int)),
this,