You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
264 B
19 lines
264 B
12 years ago
|
--- src/kernel/qinputcontext.cpp
|
||
|
+++ src/kernel/qinputcontext.cpp 2004/09/03 15:27:45
|
||
|
@@ -769,6 +769,7 @@
|
||
|
*/
|
||
|
QCString QInputContext::identifierName()
|
||
|
{
|
||
|
+ return "";
|
||
|
}
|
||
|
|
||
|
|
||
|
@@ -790,6 +791,7 @@
|
||
|
*/
|
||
|
QCString QInputContext::language()
|
||
|
{
|
||
|
+ return "";
|
||
|
}
|
||
|
|
||
|
|