SVN commit 443239 by mornfall: r1768@lorien: mornfall | 2005-08-05 14:52:51 +0200 r386@nevrast: mornfall | 2005-08-05 14:49:56 +0200 Deuglify a bit. _M trunk/playground/sysadmin/ept (directory) M +4 -5 testing-ui/app.cpp ** trunk/playground/sysadmin/ept #property changes Name: svk:merge - e5ad508d-cdfc-0310-88ec-f8945a0f1aa7:/trunk/playground/sysadmin/ept:1767 + e5ad508d-cdfc-0310-88ec-f8945a0f1aa7:/trunk/playground/sysadmin/ept:1768 --- trunk/playground/sysadmin/ept/testing-ui/app.cpp #443238:443239 @@ -21,11 +21,10 @@ setupActions(); setupGUI(); m_list = new ept::Lister( this ); - m_list->andContent( operation::Operation< Lister::Vector >( - &operation::filter< Lister::Vector >( - operation::adapt( - operation::Description( - "exim" ) ) ) ) ); // HACK + m_list->andContent( operation::filter< Lister::Vector >( + operation::adapt( + operation::Description( + "exim" ) ) ) ); // HACK m_list->rebuild(); setCentralWidget( m_list ); }