Home
last modified time | relevance | path

Searched refs:lastNormalOutputDirectoryPaths (Results 1 – 4 of 4) sorted by relevance

/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Doptions.cpp213 if( config->data.general.lastNormalOutputDirectoryPaths.contains(path) ) in accepted()
214 config->data.general.lastNormalOutputDirectoryPaths.removeAll( path ); in accepted()
215 else if( config->data.general.lastNormalOutputDirectoryPaths.size() >= 5 ) in accepted()
216 config->data.general.lastNormalOutputDirectoryPaths.removeLast(); in accepted()
217 config->data.general.lastNormalOutputDirectoryPaths.prepend( path ); in accepted()
222 if( config->data.general.lastNormalOutputDirectoryPaths.contains(path) ) in accepted()
223 config->data.general.lastNormalOutputDirectoryPaths.removeAll( path ); in accepted()
224 else if( config->data.general.lastNormalOutputDirectoryPaths.size() >= 5 ) in accepted()
225 config->data.general.lastNormalOutputDirectoryPaths.removeLast(); in accepted()
226 config->data.general.lastNormalOutputDirectoryPaths.prepend( path ); in accepted()
H A Dconfig.h61 QStringList lastNormalOutputDirectoryPaths; member
H A Dconfig.cpp54 …data.general.lastNormalOutputDirectoryPaths = group.readEntry( "lastNormalOutputDirectoryPaths", Q… in load()
84 while( data.general.lastNormalOutputDirectoryPaths.count() > 5 ) in load()
85 data.general.lastNormalOutputDirectoryPaths.takeLast(); in load()
494 … group.writeEntry( "lastNormalOutputDirectoryPaths", data.general.lastNormalOutputDirectoryPaths ); in save()
H A Doutputdirectory.cpp569 cDir->addItems( config->data.general.lastNormalOutputDirectoryPaths ); in updateMode()
580 cDir->addItems( config->data.general.lastNormalOutputDirectoryPaths ); in updateMode()