Home
last modified time | relevance | path

Searched refs:waitingForAlbumGain (Results 1 – 5 of 5) sorted by relevance

/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dconvert.h125 …ileListItem *fileListItem, FileListItem::ReturnCode returnCode, bool waitingForAlbumGain = false );
131 void finishedProcess( int id, bool succeeded, bool waitingForAlbumGain = false );
H A Dlogger.cpp136 void Logger::processCompleted( int id, bool succeeded, bool waitingForAlbumGain ) in processCompleted() argument
138 Q_UNUSED( waitingForAlbumGain ) in processCompleted()
H A Dlogger.h70 void processCompleted( int id, bool succeeded, bool waitingForAlbumGain = false );
H A Dfilelist.h129 …ished( FileListItem *item, FileListItem::ReturnCode returnCode, bool waitingForAlbumGain = false );
H A Dfilelist.cpp905 …::itemFinished( FileListItem *item, FileListItem::ReturnCode returnCode, bool waitingForAlbumGain ) in itemFinished() argument
909 if( waitingForAlbumGain ) in itemFinished()