Bug 3846 - GW: Add QApplication::exit(int)
Summary: GW: Add QApplication::exit(int)
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Enhancement
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 3250
  Show dependency treegraph
 
Reported: 2005-07-04 01:23 PDT by Eric Seidel (no email)
Modified: 2005-07-04 18:25 PDT (History)
0 users

See Also:


Attachments
self explanitory patch. (582 bytes, patch)
2005-07-04 01:24 PDT, Eric Seidel (no email)
mjs: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2005-07-04 01:23:41 PDT
Simple patch which adds static QApplication::exit(int)
Comment 1 Eric Seidel (no email) 2005-07-04 01:24:47 PDT
Created attachment 2784 [details]
self explanitory patch.
Comment 2 Maciej Stachowiak 2005-07-04 18:07:10 PDT
Comment on attachment 2784 [details]
self explanitory patch.

Seems like a bad idea to call exit() directly from library code. Why is this
needed?
Comment 3 Eric Seidel (no email) 2005-07-04 18:25:49 PDT
Hum... I agree.  I just added this because kdom seemed to need it.  I think I'll fix kdom instead.