qt5-cadaques
qt5-cadaques copied to clipboard
proxy filter example issue
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.