diff options
Diffstat (limited to 'sigmodr/models/ObjectModel.cpp')
| -rw-r--r-- | sigmodr/models/ObjectModel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sigmodr/models/ObjectModel.cpp b/sigmodr/models/ObjectModel.cpp index 89c704f3..c4e0d36e 100644 --- a/sigmodr/models/ObjectModel.cpp +++ b/sigmodr/models/ObjectModel.cpp @@ -61,8 +61,9 @@ bool Sigmodr::ObjectModel::setData(const QVariant& value, int role) return false; } -Sigmodr::BaseModel* Sigmodr::ObjectModel::childItem(const int /*row*/) +Sigmodr::BaseModel* Sigmodr::ObjectModel::childItem(const int row) { + Q_UNUSED(row) return NULL; } |
