| 160 | } |
| 161 | |
| 162 | bool OpenWithUtils::operator==(const FileOpener& a, const FileOpener& b) |
| 163 | { |
| 164 | Q_ASSERT(a.isValid()); |
| 165 | Q_ASSERT(b.isValid()); |
| 166 | return a.isPart() == b.isPart() && a.id() == b.id(); |
| 167 | } |
| 168 | |
| 169 | bool OpenWithPlugin::canOpenDefault() const |
| 170 | { |