| 156 | return m_config.readEntry("regexp", false); |
| 157 | } |
| 158 | bool isCaseSensitive() const |
| 159 | { |
| 160 | return m_config.readEntry("case_sens", true); |
| 161 | } |
| 162 | QStringList searchPathsList(const GrepViewPlugin& plugin) const |
| 163 | { |
| 164 | const bool isAnyProjectOpen = plugin.core()->projectController()->projectCount() != 0; |
no test coverage detected