diff options
| author | Ted Gould <ted@gould.cx> | 2007-06-27 06:20:33 +0000 |
|---|---|---|
| committer | gouldtj <gouldtj@users.sourceforge.net> | 2007-06-27 06:20:33 +0000 |
| commit | 6094eb1ecb8b03d2c8a31026804d1df0939abcd3 (patch) | |
| tree | 96dc38180ebc776c28822f68de1b3f1261321808 /src/extension/implementation/implementation.h | |
| parent | r15378@tres: ted | 2007-05-09 18:59:27 -0700 (diff) | |
| download | inkscape-6094eb1ecb8b03d2c8a31026804d1df0939abcd3.tar.gz inkscape-6094eb1ecb8b03d2c8a31026804d1df0939abcd3.zip | |
r15379@tres: ted | 2007-05-09 19:13:37 -0700
Moving the dialog one step out and adding a cancel event.
(bzr r3121)
Diffstat (limited to 'src/extension/implementation/implementation.h')
| -rw-r--r-- | src/extension/implementation/implementation.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extension/implementation/implementation.h b/src/extension/implementation/implementation.h index 03ade7a16..fbe84249c 100644 --- a/src/extension/implementation/implementation.h +++ b/src/extension/implementation/implementation.h @@ -46,6 +46,7 @@ public: /** Verify any dependencies. */ virtual bool check(Inkscape::Extension::Extension *module); + virtual bool cancelProcessing (void); /* ----- Input functions ----- */ /** Find out information about the file. */ |
