This commit is contained in:
Olivier Goffart 2013-08-05 16:48:54 +02:00
parent 7932ec3cc1
commit 203b9c7f6b

View file

@ -46,6 +46,7 @@ AccountSettings::AccountSettings(QWidget *parent) :
ui->setupUi(this);
_model = new FolderStatusModel;
_model->setParent(this);
FolderStatusDelegate *delegate = new FolderStatusDelegate;
ui->_folderList->setItemDelegate( delegate );