diff options
Diffstat (limited to 'plugins/webinterface/php_handler.h')
-rw-r--r-- | plugins/webinterface/php_handler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/webinterface/php_handler.h b/plugins/webinterface/php_handler.h index 9644ad2..37a87e6 100644 --- a/plugins/webinterface/php_handler.h +++ b/plugins/webinterface/php_handler.h @@ -46,6 +46,9 @@ namespace kt signals: void finished(); + + private: + bool containsDelimiters(const QString & str); private: TQByteArray output; |