projects
/
multypo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix crash when running debug build; use QString instead of C string
[multypo.git]
/
qt
/
multikbd.cpp
diff --git
a/qt/multikbd.cpp
b/qt/multikbd.cpp
index c43dd20d18c80ac694dc701f7453de85ebaba33a..fb30f2125bf923e4748ae6fd955a7185dcecd1aa 100644
(file)
--- a/
qt/multikbd.cpp
+++ b/
qt/multikbd.cpp
@@
-59,7
+59,7
@@
void MultiKBD::showEvent ( QShowEvent * )
setFocus(Qt::OtherFocusReason);*/
}
-void MultiKBD::handleKeyPress(int device,
const char *
string)
+void MultiKBD::handleKeyPress(int device,
QString
string)
{
qDebug() << "Device" << device << "String" << string;
}