Added profile name to export default filename

This commit is contained in:
Mark Watkins 2011-11-15 02:20:43 +10:00
parent 0a4b64e623
commit fcbb57ae84

View File

@ -37,6 +37,7 @@ ExportCSV::~ExportCSV()
void ExportCSV::on_filenameBrowseButton_clicked()
{
QString timestamp="SleepyHead_";
timestamp+=PROFILE.Get("Username")+"_";
if (ui->rb1_details->isChecked()) timestamp+="Details_";
if (ui->rb1_Sessions->isChecked()) timestamp+="Sessions_";