Closed Bug 281244 Opened 20 years ago Closed 20 years ago

Obvious typo at mozilla/toolkit/xre/nsAppRunner.cpp

Categories

(Core Graveyard :: Ports: Qt, defect)

x86
Linux
defect
Not set
blocker

Tracking

(Not tracked)

VERIFIED FIXED
mozilla1.8beta1

People

(Reporter: ismail, Assigned: benjamin)

References

()

Details

User-Agent:       Mozilla/5.0 (compatible; Konqueror/3.3; Linux 2.6.11-rc3; X11; i686; en_US) KHTML/3.3.91 (like Gecko)
Build Identifier: 

mozilla/toolkit/xre/nsAppRunner.cpp has a typo line 1600 says 
 
QAppliction qapp(argc, argv); 
 
it should be : 
 
QApplication qapp(argc, argv); 

Reproducible: Always
Fallout from bug 273877.  Assigning to Benjamin.
Assignee: zack → benjamin
Status: UNCONFIRMED → NEW
Ever confirmed: true
-  QAppliction qapp(argc, argv);
+  QApplication qapp(argc, argv);

Fixed on trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta
from lxr: 1600   QApplication qapp(argc, argv);

verified fixed; thanks for the fast turnaround on this, Benjamin
Status: RESOLVED → VERIFIED
*** Bug 276649 has been marked as a duplicate of this bug. ***
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.