mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 23:30:05 +00:00
Add tornado observed to alert dock
This commit is contained in:
parent
f0347da923
commit
c80b26be22
2 changed files with 39 additions and 15 deletions
|
|
@ -21,17 +21,17 @@ class AlertModel : public QAbstractTableModel
|
|||
public:
|
||||
enum class Column : int
|
||||
{
|
||||
Etn = 0,
|
||||
OfficeId = 1,
|
||||
Phenomenon = 2,
|
||||
Significance = 3,
|
||||
ThreatCategory = 4,
|
||||
TornadoPossible = 5,
|
||||
State = 6,
|
||||
Counties = 7,
|
||||
StartTime = 8,
|
||||
EndTime = 9,
|
||||
Distance = 10
|
||||
Etn = 0,
|
||||
OfficeId = 1,
|
||||
Phenomenon = 2,
|
||||
Significance = 3,
|
||||
ThreatCategory = 4,
|
||||
Tornado = 5,
|
||||
State = 6,
|
||||
Counties = 7,
|
||||
StartTime = 8,
|
||||
EndTime = 9,
|
||||
Distance = 10
|
||||
};
|
||||
|
||||
explicit AlertModel(QObject* parent = nullptr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue