diff --git a/exportcsv.cpp b/exportcsv.cpp index 56013406..799ca5a6 100644 --- a/exportcsv.cpp +++ b/exportcsv.cpp @@ -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_";