]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiApplication.h
Implement CiteItem in the chain
[lyx.git] / src / frontends / qt4 / GuiApplication.h
index 861810daec4dcfce88beede8d54cf0aee6cf2771..de6013d4c7e691fa127e128d9de5a37fcc0fbcb3 100644 (file)
@@ -165,6 +165,9 @@ public:
 #endif
        }
 
+       /// return true if the key is part of a shortcut
+       bool queryKeySym(KeySymbol const & key, KeyModifier state) const;
+       ///
        void processKeySym(KeySymbol const & key, KeyModifier state);
        /// return the status bar state string
        docstring viewStatusMessage();