mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-08 20:20:44 +00:00
Added profile name to export default filename
This commit is contained in:
parent
0a4b64e623
commit
fcbb57ae84
@ -37,6 +37,7 @@ ExportCSV::~ExportCSV()
|
|||||||
void ExportCSV::on_filenameBrowseButton_clicked()
|
void ExportCSV::on_filenameBrowseButton_clicked()
|
||||||
{
|
{
|
||||||
QString timestamp="SleepyHead_";
|
QString timestamp="SleepyHead_";
|
||||||
|
timestamp+=PROFILE.Get("Username")+"_";
|
||||||
|
|
||||||
if (ui->rb1_details->isChecked()) timestamp+="Details_";
|
if (ui->rb1_details->isChecked()) timestamp+="Details_";
|
||||||
if (ui->rb1_Sessions->isChecked()) timestamp+="Sessions_";
|
if (ui->rb1_Sessions->isChecked()) timestamp+="Sessions_";
|
||||||
|
Loading…
Reference in New Issue
Block a user