summaryrefslogtreecommitdiffstats
path: root/sigtools/BaseModel.cpp
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-24 19:15:33 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-24 19:15:33 -0400
commita57c5d237447dcfe09aa9f19ce89f5eba266a510 (patch)
tree3f7cb9b00e87a2626d25e7767c0736efd2c50236 /sigtools/BaseModel.cpp
parenteeceea4151ea4541c67cd7c8d30e3ef77bb661af (diff)
downloadsigen-a57c5d237447dcfe09aa9f19ce89f5eba266a510.tar.gz
sigen-a57c5d237447dcfe09aa9f19ce89f5eba266a510.tar.xz
sigen-a57c5d237447dcfe09aa9f19ce89f5eba266a510.zip
Remove unused method from BaseModel
Diffstat (limited to 'sigtools/BaseModel.cpp')
-rw-r--r--sigtools/BaseModel.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/sigtools/BaseModel.cpp b/sigtools/BaseModel.cpp
index f6768580..7d6f58b7 100644
--- a/sigtools/BaseModel.cpp
+++ b/sigtools/BaseModel.cpp
@@ -29,12 +29,6 @@ BaseModel::~BaseModel()
{
}
-QVariant BaseModel::data(const int role) const
-{
- Q_UNUSED(role)
- return QVariant();
-}
-
BaseModel* BaseModel::parent()
{
return m_parent;