diff options
Diffstat (limited to 'sigmodr/tree/WeatherModel.cpp')
-rw-r--r-- | sigmodr/tree/WeatherModel.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sigmodr/tree/WeatherModel.cpp b/sigmodr/tree/WeatherModel.cpp index 6a1bb9f6..a482da3d 100644 --- a/sigmodr/tree/WeatherModel.cpp +++ b/sigmodr/tree/WeatherModel.cpp @@ -35,10 +35,6 @@ Sigmodr::Tree::WeatherModel::WeatherModel(BaseModel* parent, Sigmod::Weather* we { } -Sigmodr::Tree::WeatherModel::~WeatherModel() -{ -} - QVariant Sigmodr::Tree::WeatherModel::data(int role) const { if (role == Qt::DisplayRole) |