Bug 118728 - [Qt] Replace Nokia references.
Summary: [Qt] Replace Nokia references.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Brüning
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-16 04:16 PDT by Michael Brüning
Modified: 2013-07-16 05:24 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.93 KB, patch)
2013-07-16 04:18 PDT, Michael Brüning
no flags Details | Formatted Diff | Diff
Patch (4.82 KB, patch)
2013-07-16 04:34 PDT, Michael Brüning
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Brüning 2013-07-16 04:16:11 PDT
[Qt] Replace Nokia references.
Comment 1 Michael Brüning 2013-07-16 04:18:29 PDT
Created attachment 206757 [details]
Patch
Comment 2 Simon Hausmann 2013-07-16 04:23:53 PDT
Comment on attachment 206757 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=206757&action=review

> Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp:2363
> -    QTest::newRow("Qt by Nokia") << QString("Qt by Nokia") << 0 << 1;
> +    QTest::newRow("Qt by Digia") << QString("Qt by Digia") << 0 << 1;

I think that's an unnecessary change :)

> Tools/QtTestBrowser/qttestbrowser.cpp:98
> +    setOrganizationName("Digia");

This should probably be "QtProject" like in other Qt examples.
Comment 3 Michael Brüning 2013-07-16 04:34:22 PDT
Created attachment 206760 [details]
Patch
Comment 4 Michael Brüning 2013-07-16 05:24:41 PDT
Committed r152715: <http://trac.webkit.org/changeset/152715>