Unnamed
public text v1 · immutable214 bool ReginaPart::openFile() {
215 if (packetTree) {
216 delete packetTree;
217 setModified(false);
218 }
219
220 packetTree = regina::readFileMagic(
221 static_cast<const char*>(QFile::encodeName(m_file)));