summaryrefslogtreecommitdiffstats
path: root/src/sql/models/qsqltablemodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sql/models/qsqltablemodel.h')
-rw-r--r--src/sql/models/qsqltablemodel.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sql/models/qsqltablemodel.h b/src/sql/models/qsqltablemodel.h
index 13316bc4ed..62e09869c9 100644
--- a/src/sql/models/qsqltablemodel.h
+++ b/src/sql/models/qsqltablemodel.h
@@ -79,7 +79,9 @@ public:
QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const;
+ bool isDirty() const;
bool isDirty(const QModelIndex &index) const;
+
void clear();
virtual void setEditStrategy(EditStrategy strategy);