Reviewed by eseidel. Landed by eseidel.
Fix Qt/Linux build.
* platform/qt/TemporaryLinkStubs.cpp: s/DeprecatedStringList/Vector<String>/
(WebCore::supportedKeySizes):
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@16712
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-10-02 Nikolas Zimmermann <zimmermann@kde.org>
+
+ Reviewed by eseidel. Landed by eseidel.
+
+ Fix Qt/Linux build.
+
+ * platform/qt/TemporaryLinkStubs.cpp: s/DeprecatedStringList/Vector<String>/
+ (WebCore::supportedKeySizes):
+
2006-10-02 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed by eseidel & mjs. Landed by eseidel.
namespace WebCore {
-DeprecatedStringList supportedKeySizes() { notImplemented(); return DeprecatedStringList(); }
+Vector<String> supportedKeySizes() { notImplemented(); return Vector<String>(); }
String signedPublicKeyAndChallengeString(unsigned keySizeIndex, const String &challengeString, const KURL &url) { return String(); }
}
+2006-10-02 Nikolas Zimmermann <zimmermann@kde.org>
+
+ Reviewed by eseidel. Landed by eseidel.
+
+ Fix last remaining issue Qt/Linux build with gcc3.
+
+ * WebKitPart/WebKitPart.h: Remove Q_PROPERTY usage, which is not needed and made problems.
+
2006-09-10 Nikolas Zimmermann <zimmermann@kde.org>
Reviewed and landed by ap.
class WebKitPart : public KParts::ReadOnlyPart
{
Q_OBJECT
-Q_PROPERTY(QString url READ url)
public:
enum GUIProfile {