]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QLyXKeySym.h
partial fonts fix. Like Juergen said we really need our own dialog.
[lyx.git] / src / frontends / qt2 / QLyXKeySym.h
index 76355de577761da13766da1461f689c2f4c9bbcd..e104b262f9720206966a1c92d0b05645c2cfbcc7 100644 (file)
@@ -56,9 +56,10 @@ public:
         * This relies on user to use the right encoding.
         */
        virtual char getISOEncoded() const;
-
-       virtual bool operator==(LyXKeySym const & k) const;
-
+       ///
+       int key() const {
+               return key_;
+       }
 private:
        /// the Qt sym value
        int key_;