diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-28 21:44:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-08-28 21:49:37 +0300 |
commit | a83513ef88a9cfca8692db9176b68ddeea71931f (patch) | |
tree | 1d01876eb230a36d5c5f98cddd9c57e2476150ab /src/gui/models | |
parent | cfc84945c9cee7d42accdad39ff387738a3d32ac (diff) | |
download | plus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.gz plus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.bz2 plus-a83513ef88a9cfca8692db9176b68ddeea71931f.tar.xz plus-a83513ef88a9cfca8692db9176b68ddeea71931f.zip |
Fix code style.
Diffstat (limited to 'src/gui/models')
-rw-r--r-- | src/gui/models/keylistmodel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/models/keylistmodel.h b/src/gui/models/keylistmodel.h index 007722087..399dd7482 100644 --- a/src/gui/models/keylistmodel.h +++ b/src/gui/models/keylistmodel.h @@ -30,6 +30,8 @@ #include "localconsts.h" +extern SetupActionData *const setupActionData[]; + /** * The list model for key function list. * |