Closed
Bug 589520
Opened 15 years ago
Closed 15 years ago
QApplication needs to be created with at least one argument
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jap, Assigned: jap)
References
Details
Attachments
(1 file)
|
822 bytes,
patch
|
dougt
:
review+
|
Details | Diff | Splinter Review |
See documentation at http://doc.trolltech.com/4.6/qapplication.html#QApplication
nsQAppInstance are sometimes created with no command line arguments, this can than results in crashes (when some Qt code assumes that QCoreApplication::arguments() is never empty).
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #468109 -
Flags: review?(doug.turner)
Comment 2•15 years ago
|
||
I think bug 569121 - somehow connected to this bug
Updated•15 years ago
|
Attachment #468109 -
Flags: review?(doug.turner) → review+
Comment 3•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•