From fcbb57ae84ec387a950977ba72b763ca0d7c5936 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Tue, 15 Nov 2011 02:20:43 +1000 Subject: [PATCH] Added profile name to export default filename --- exportcsv.cpp | 1 + 1 file changed, 1 insertion(+) 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_";