Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-6422

return code from main() ignored in Symbian

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 4.6.1
    • 4.6.0
    • None
    • None
    • 072a571fc0c41610b76465d76eb635b959eaad37

    Description

      qts60main.cpp implements E32Main() with:
      TRAP(err, QtMainWrapper());
      return err;

      But this will ignore any return code returned normally from main(). I think it should be:
      TRAP(err, err = QtMainWrapper());
      return err;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            e0348803 Miikka Heikkinen
            mread Murray Read
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes