Go to the source code of this file.
Functions | |
| static bool | copyFile (const QString &src, const QString &dst) |
Variables | |
| struct SeekAmount | SeekAmounts [] |
| int | SeekAmountsCount = sizeof(SeekAmounts) / sizeof(SeekAmounts[0]) |
| static bool copyFile | ( | const QString & | src, | |
| const QString & | dst | |||
| ) | [static] |
Definition at line 310 of file thumbfinder.cpp.
Referenced by ImportMusicDialog::addPressed(), ImportCoverArtDialog::copyPressed(), and ThumbFinder::updateThumb().
| struct SeekAmount SeekAmounts[] |
Initial value:
{
{"frame", -1},
{"1 second", 1},
{"5 seconds", 5},
{"10 seconds", 10},
{"30 seconds", 30},
{"1 minute", 60},
{"5 minutes", 300},
{"10 minutes", 600},
{"Cut Point", -2},
}
Definition at line 22 of file thumbfinder.cpp.
| int SeekAmountsCount = sizeof(SeekAmounts) / sizeof(SeekAmounts[0]) |
1.5.5