Fix crash when running debug build; use QString instead of C string
[multypo.git] / qt / multikbd.h
index d7fd3c9d9605e5548cf92c63ceed0946378ab5b0..0244467e59634094cc349252ea509d67d43fe1c5 100644 (file)
@@ -21,7 +21,7 @@ protected:
        virtual void showEvent (QShowEvent *);
 
 private:
-       void handleKeyPress(int device, const char *string);
+       void handleKeyPress(int device, QString string);
 
 private:
        Ui::MultiKBD *ui;