aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/models/decode_as_model.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/models/decode_as_model.h')
-rw-r--r--ui/qt/models/decode_as_model.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/qt/models/decode_as_model.h b/ui/qt/models/decode_as_model.h
index f1cf825808..003d005dde 100644
--- a/ui/qt/models/decode_as_model.h
+++ b/ui/qt/models/decode_as_model.h
@@ -72,6 +72,7 @@ public:
bool insertRows(int row, int count, const QModelIndex &parent = QModelIndex());
bool removeRows(int row, int count, const QModelIndex &parent = QModelIndex());
+ void clearAll();
bool copyRow(int dst_row, int src_row);
static QString entryString(const gchar *table_name, gpointer value);