summaryrefslogtreecommitdiffstats
path: root/mageia/dependencies/qt3/fix-x11-immodule.diff
blob: e6e3ef60938e8664cfbf362387166b98e198dd9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- 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 "";
 }