diff options
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -82,6 +82,11 @@ public: } bool load(const gchar *filename); + inline void + undo_load(void) + { + undo_set_string(); + } }; extern class QRegisterTable : public RBTree { |