Home
last modified time | relevance | path

Searched refs:reopened (Results 1 – 2 of 2) sorted by relevance

/glogg/src/data/
H A Dlogdata.cpp550 auto reopened = std::make_unique<QFile>( attached_file_->fileName() ); in reOpenFile() local
551 reopened->open( QIODevice::ReadOnly ); in reOpenFile()
553 attached_file_ = std::move( reopened ); // This will close the old one and open the new in reOpenFile()
/glogg/glogg/src/data/
H A Dlogdata.cpp