Searched refs:reopened (Results 1 – 2 of 2) sorted by relevance
550 auto reopened = std::make_unique<QFile>( attached_file_->fileName() ); in reOpenFile() local551 reopened->open( QIODevice::ReadOnly ); in reOpenFile()553 attached_file_ = std::move( reopened ); // This will close the old one and open the new in reOpenFile()