diff options
| author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-18 03:42:45 +0100 |
|---|---|---|
| committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 06:06:46 +0100 |
| commit | dd02113f19aa41d187b4d1182057a10a43d842aa (patch) | |
| tree | 476f7837d75497b27606a0cbfbed059a5f0c05aa /qbuffers.h | |
| parent | bd345771ee18eb7cb3b6081b1954b1e5b48f029e (diff) | |
first working draft of syntax highlighting support and related necessary features
Diffstat (limited to 'qbuffers.h')
| -rw-r--r-- | qbuffers.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |
