XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • None
    • None
    • None
    • None
    • 657b33557df8a997d7d440f33fd9fa34e97d1e0a

    Description

      http://doc.qt.nokia.com/latest/gettingstartedqt.html#using-a-qmainwindow

      saveAction = new QAction(tr("&Open"), this);
      saveAction = new QAction(tr("&Save"), this);
      exitAction = new QAction(tr("E&xit"), this);

      should be

      openAction = new QAction(tr("&Open"), this);
      saveAction = new QAction(tr("&Save"), this);
      exitAction = new QAction(tr("E&xit"), this);

      Attachments

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

        Activity

          People

            seahumad [BB] Sergio Ahumada (Inactive)
            elendal Iouri Goussev
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes