File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change
1
+ WIP: Frequency number appears in black color #729
1
2
2
3
BUG: MY_ALTITUDE stores wrong value, at least if not defined.
3
4
Original file line number Diff line number Diff line change @@ -889,6 +889,7 @@ bool DataBase::createDataBase()
889
889
return true ;
890
890
}
891
891
892
+ /*
892
893
bool DataBase::recreateTableDXCC()
893
894
{
894
895
logEvent(Q_FUNC_INFO, "Start", Debug);
@@ -910,6 +911,7 @@ bool DataBase::recreateTableDXCC()
910
911
logEvent(Q_FUNC_INFO, "END", Debug);
911
912
return true;
912
913
}
914
+ */
913
915
914
916
bool DataBase::createTableAwardDXCC ()
915
917
{
@@ -5155,12 +5157,12 @@ bool DataBase::updateTo011()
5155
5157
return false ;
5156
5158
}
5157
5159
5158
- if (!recreateTableDXCC ())
5159
- {
5160
+ // if (!recreateTableDXCC())
5161
+ // {
5160
5162
// qDebug() << "DataBase::updateTo011: - recreateTable DXCC NOK " ;
5161
5163
// emit debugLog(Q_FUNC_INFO, "3", 7);
5162
- return false ;
5163
- }
5164
+ // return false;
5165
+ // }
5164
5166
5165
5167
if (!recreateTableWAZ ())
5166
5168
{
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ class DataBase : public QObject
181
181
bool recreateTableBand ();
182
182
bool syncLogQSOsOnBandTableChange ();
183
183
184
- bool recreateTableDXCC ();
184
+ // bool recreateTableDXCC();
185
185
bool createTableAwardDXCC ();
186
186
bool recreateTableWAZ ();
187
187
bool createTableAwardWAZ ();
You can’t perform that action at this time.
0 commit comments