aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/qbuffers.h b/qbuffers.h
index 18d1462..10d59e4 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -82,6 +82,11 @@ public:
}
bool load(const gchar *filename);
+ inline void
+ undo_load(void)
+ {
+ undo_set_string();
+ }
};
extern class QRegisterTable : public RBTree {