From dd02113f19aa41d187b4d1182057a10a43d842aa Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 18 Nov 2012 03:42:45 +0100 Subject: first working draft of syntax highlighting support and related necessary features --- qbuffers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'qbuffers.h') diff --git a/qbuffers.h b/qbuffers.h index eae6554..7f3751b 100644 --- a/qbuffers.h +++ b/qbuffers.h @@ -70,6 +70,8 @@ public: virtual void edit(void); virtual void undo_edit(void); + void execute(void) throw (State::Error); + bool load(const gchar *filename); inline void undo_load(void) -- cgit v1.2.3