Skip to content

Commit

Permalink
ADIF 3.1.3: Fixed DB column order
Browse files Browse the repository at this point in the history
  • Loading branch information
foldynl committed Jun 24, 2022
1 parent 5df39d0 commit 6cc46a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/LogbookModel.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ class LogbookModel : public QSqlTableModel
COLUMN_VUCC_GRIDS = 151,
COLUMN_WEB = 152,
COLUMN_MY_ARRL_SECT = 153,
COLUMN_WWFF_REF = 154,
COLUMN_MY_WWFF_REF = 155,
COLUMN_MY_WWFF_REF = 154,
COLUMN_WWFF_REF = 155,
COLUMN_LAST_ELEMENT = 156
};
};
Expand Down

0 comments on commit 6cc46a1

Please sign in to comment.