aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 18:59:30 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-08 18:59:30 +0100
commit5aa548cd63edb8ba12c656300a2a5f0ff62a7b36 (patch)
treeccec56eda4800e2c29a44285f2d7d593a1f1c822 /qbuffers.h
parent204f8280f0b6c7f2d81b05a2317d9f03f0abdce5 (diff)
downloadsciteco-5aa548cd63edb8ba12c656300a2a5f0ff62a7b36.tar.gz
support globbing in EB...$ to support opening multiple files at once
Diffstat (limited to 'qbuffers.h')
-rw-r--r--qbuffers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qbuffers.h b/qbuffers.h
index 88e5f8f..0f1c16e 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -116,6 +116,8 @@ public:
class StateFile : public StateExpectString {
private:
+ void do_edit(const gchar *filename);
+
State *done(const gchar *str);
};