summaryrefslogtreecommitdiff
path: root/src/keyboardconfig.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-06-30 21:39:08 +0300
committerAndrei Karas <akaras@inbox.ru>2012-06-30 21:39:08 +0300
commit59572017b51da88d07744c8feab64d356d2e33ff (patch)
treecfa6f63762f71876716fcfec73abf28327198d08 /src/keyboardconfig.h
parentfce58131916103f3c2120adafcf59895a402a634 (diff)
downloadplus-59572017b51da88d07744c8feab64d356d2e33ff.tar.gz
plus-59572017b51da88d07744c8feab64d356d2e33ff.tar.bz2
plus-59572017b51da88d07744c8feab64d356d2e33ff.tar.xz
plus-59572017b51da88d07744c8feab64d356d2e33ff.zip
Clean all vars on exit except logger.
Diffstat (limited to 'src/keyboardconfig.h')
-rw-r--r--src/keyboardconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboardconfig.h b/src/keyboardconfig.h
index fec264da0..2ee708c59 100644
--- a/src/keyboardconfig.h
+++ b/src/keyboardconfig.h
@@ -45,6 +45,8 @@ class KeyboardConfig
*/
void init();
+ void deinit();
+
/**
* Get the enable flag, which will stop the user from doing actions.
*/