Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Added a note about where to start regarding issue #44.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbackus committed Dec 16, 2016
1 parent b046c79 commit 353a08c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mainsettingsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1541,6 +1541,7 @@ void MainSettingsDialog::openEditAutoProfileDialog()
QTableWidgetItem *item = ui->autoProfileTableWidget->item(selectedRow, 7);
//QTableWidgetItem *itemDefault = ui->autoProfileTableWidget->item(selectedRow, 4);
AutoProfileInfo *info = item->data(Qt::UserRole).value<AutoProfileInfo*>();
// \/\/\/ This logic may need to change to resolve issue #44 \/\/\/
if (info != allDefaultProfile)
{
QList<QString> reservedGUIDs = defaultAutoProfiles.keys();
Expand Down

0 comments on commit 353a08c

Please sign in to comment.