[Uml-devel] KDE/kdesdk/umbrello/umbrello/codeimpwizard

Ralf Habacker ralf.habacker at gmail.com
Sun Nov 18 12:23:06 UTC 2012


SVN commit 1325500 by habacker:

Do not display not selectable files, which saves much space in the list.

 M  +1 -0      codeimpselectpage.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/codeimpwizard/codeimpselectpage.cpp #1325499:1325500
@@ -98,6 +98,7 @@
 {
     QFileSystemModel* model = new QFileSystemModel();
     model->setRootPath("");
+    model->setNameFilterDisables(false);
 
     m_fileExtensions << "*.h" << "*.hpp" << "*.hh" << "*.hxx" << "*.H";  //:TODO set according to the current language!
     model->setNameFilters(m_fileExtensions);




More information about the umbrello-devel mailing list