]> git.lyx.org Git - lyx.git/blobdiff - src/KeyMap.h
prepare Qt 5.6 builds
[lyx.git] / src / KeyMap.h
index e2d0f3aac07afed49d765f39297d487a960fb8ea..cd28782356ac98336fb791def7b84c5d5824d789 100644 (file)
@@ -168,8 +168,16 @@ private:
                FuncRequest func;
        };
 
+       enum ReturnValues {
+               ReadOK,
+               ReadError,
+               FileError,
+               FormatMismatch
+       };
        ///
        bool read(support::FileName const & bind_file, KeyMap * unbind_map = 0);
+       ///
+       ReturnValues readWithoutConv(support::FileName const & bind_file, KeyMap * unbind_map = 0);
 
        /**
         * Given an action, find all keybindings