Skip to content

Commit 0e8afde

Browse files
committed
removing tables
1 parent 5e0d17c commit 0e8afde

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

src/Changelog

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
WIP: Frequency number appears in black color #729
12

23
BUG: MY_ALTITUDE stores wrong value, at least if not defined.
34

src/database.cpp

+6-4
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ bool DataBase::createDataBase()
889889
return true;
890890
}
891891

892+
/*
892893
bool DataBase::recreateTableDXCC()
893894
{
894895
logEvent(Q_FUNC_INFO, "Start", Debug);
@@ -910,6 +911,7 @@ bool DataBase::recreateTableDXCC()
910911
logEvent(Q_FUNC_INFO, "END", Debug);
911912
return true;
912913
}
914+
*/
913915

914916
bool DataBase::createTableAwardDXCC()
915917
{
@@ -5155,12 +5157,12 @@ bool DataBase::updateTo011()
51555157
return false;
51565158
}
51575159

5158-
if (!recreateTableDXCC())
5159-
{
5160+
//if (!recreateTableDXCC())
5161+
//{
51605162
//qDebug() << "DataBase::updateTo011: - recreateTable DXCC NOK " ;
51615163
// emit debugLog(Q_FUNC_INFO, "3", 7);
5162-
return false;
5163-
}
5164+
// return false;
5165+
//}
51645166

51655167
if (!recreateTableWAZ())
51665168
{

src/database.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class DataBase : public QObject
181181
bool recreateTableBand();
182182
bool syncLogQSOsOnBandTableChange();
183183

184-
bool recreateTableDXCC();
184+
//bool recreateTableDXCC();
185185
bool createTableAwardDXCC();
186186
bool recreateTableWAZ();
187187
bool createTableAwardWAZ();

0 commit comments

Comments
 (0)