aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk-webcore/files/KWQKURL-urlcmp.patch
blob: 89aec6147dff6867eba2d4b49a871a6b7b2ca37a (plain)
1
2
3
4
5
6
7
8
9
--- NRCore/kwiq/KWQKURL.h.orig	2006-03-16 22:48:18.000000000 +0100
+++ NRCore/kwiq/KWQKURL.h	2006-03-16 22:48:20.000000000 +0100
@@ -130,4 +130,6 @@
     friend bool urlcmp(const QString &URLA, const QString &URLB, bool ignoreTrailingSlash, bool ignoreRef);
 };
 
+bool urlcmp(const QString &URLA, const QString &URLB, bool ignoreTrailingSlash, bool ignoreRef);
+
 #endif