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)
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
Updated•20 years ago
|
Comment 1•20 years ago
|
||
Fallout from bug 273877. Assigning to Benjamin.
Assignee: zack → benjamin
Status: UNCONFIRMED → NEW
Ever confirmed: true
| Assignee | ||
Comment 2•20 years ago
|
||
- QAppliction qapp(argc, argv); + QApplication qapp(argc, argv); Fixed on trunk.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.8beta
Comment 3•20 years ago
|
||
from lxr: 1600 QApplication qapp(argc, argv); verified fixed; thanks for the fast turnaround on this, Benjamin
Status: RESOLVED → VERIFIED
| Assignee | ||
Comment 4•19 years ago
|
||
*** Bug 276649 has been marked as a duplicate of this bug. ***
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•