qt5-cadaques icon indicating copy to clipboard operation
qt5-cadaques copied to clipboard

proxy filter example issue

Open weinrich15 opened this issue 10 years ago • 0 comments

back-link: ch02/index.html#get-started

Example shows... proxy->setFilterCaseSensitive(Qt::CaseInsensitive); proxy->setFilterFixedString(QString)

Both lines produce errors.
should be: proxy->setFilterCaseSensitivity(Qt::CaseInsensitive); setFilterFixedString() line can be removed, its not needed.

weinrich15 avatar Sep 21 '14 18:09 weinrich15