[Uml-devel] kdesdk/umbrello/umbrello/dialogs
Jonathan Riddell
jri at jriddell.org
Mon Jul 5 12:16:01 UTC 2004
CVS commit by jriddell:
Turn off autocompletion, causes more problems than it helps with
M +1 -1 parmpropdlg.cpp 1.11
--- kdesdk/umbrello/umbrello/dialogs/parmpropdlg.cpp #1.10:1.11
@@ -116,5 +116,5 @@ ParmPropDlg::ParmPropDlg(QWidget * paren
m_pTypeCB->setDuplicatesEnabled(false);//only allow one of each type in box
m_pTypeCB->setEditable(true);
- m_pTypeCB->setAutoCompletion(true);
+ m_pTypeCB->setAutoCompletion(false);
//now add the Concepts
More information about the umbrello-devel
mailing list