249 str cmd = line.left (colon); |
249 str cmd = line.left (colon); |
250 |
250 |
251 PrimitiveCategory::Type type = PrimitiveCategory::Filename; |
251 PrimitiveCategory::Type type = PrimitiveCategory::Filename; |
252 if (cmd == "f") { |
252 if (cmd == "f") { |
253 type = PrimitiveCategory::Filename; |
253 type = PrimitiveCategory::Filename; |
254 } else if (cmd == "t") { |
254 } elif (cmd == "t") { |
255 type = PrimitiveCategory::Title; |
255 type = PrimitiveCategory::Title; |
256 } else |
256 } else |
257 continue; |
257 continue; |
258 |
258 |
259 QRegExp regex (line.mid (colon + 1)); |
259 QRegExp regex (line.mid (colon + 1)); |