add history widget
[mdictionary] / src / mdictionary / gui / DictTypeSelectDialog.cpp
index 4ab853b..bf61dd2 100644 (file)
@@ -41,9 +41,8 @@ DictTypeSelectDialog::DictTypeSelectDialog(QList<CommonDictInterface *> plugins,
     qmlView = new QDeclarativeView(this);
 
     ctxt = qmlView->rootContext();
-
-//    model = new DictTypeModel(plugins, this);
     ctxt->setContextProperty("dictTypeModel", &model);
+
     qmlView->setSource(QUrl::fromLocalFile("/usr/share/mdictionary/qml/DictTypeSelectDialog.qml"));
 
     _selectedPlugin = 0;