Bug 43518

Summary: [Qt][QtTestBrowser] Remove unneeded QAction class members
Product: WebKit Reporter: Antonio Gomes <tonikitoo>
Component: Tools / TestsAssignee: Antonio Gomes <tonikitoo>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Qt, QtTriaged
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
(committed with r64694, r=kenneth) patch none

Antonio Gomes
Reported 2010-08-04 16:15:52 PDT
LauncherWindow class has two totally unneeded class members: m_flopAnimated and m_flipYAnimated. Also, in initializeView method there are some dead code block trying to connect them at the wrong time, when they have not been instanciated.
Attachments
(committed with r64694, r=kenneth) patch (5.36 KB, patch)
2010-08-04 16:38 PDT, Antonio Gomes
no flags
Antonio Gomes
Comment 1 2010-08-04 16:38:53 PDT
Created attachment 63511 [details] (committed with r64694, r=kenneth) patch This patch: - removes the two cited class members in favor of local variables in createChrome method; - removes the dead code block.
Antonio Gomes
Comment 2 2010-08-04 17:26:48 PDT
Comment on attachment 63511 [details] (committed with r64694, r=kenneth) patch Clearing flags on attachment: 63511 Committed r64694: <http://trac.webkit.org/changeset/64694>
Note You need to log in before you can comment on or make changes to this bug.