Changeset dfddb27 in mmcs for moc_mainwindow.cpp


Ignore:
Timestamp:
Oct 6, 2015, 10:42:37 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master
Children:
8a7de4f
Parents:
239e1ea
Message:

agregado menú de ayuda

File:
1 edited

Legend:

Unmodified
Added
Removed
  • moc_mainwindow.cpp

    r95d916c rdfddb27  
    22** Meta object code from reading C++ file 'mainwindow.H'
    33**
    4 ** Created: Tue Sep 29 08:30:17 2015
     4** Created: Tue Oct 6 10:24:17 2015
    55**      by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
    66**
     
    2424       0,       // classname
    2525       0,    0, // classinfo
    26       57,   14, // methods
     26      59,   14, // methods
    2727       0,    0, // properties
    2828       0,    0, // enums/sets
     
    8989    1332,   11,   11,   11, 0x08,
    9090    1371,   11,   11,   11, 0x08,
     91    1394,   11,   11,   11, 0x08,
     92    1408,   11,   11,   11, 0x08,
    9193
    9294       0        // eod
     
    131133    "slotSelectPNHic()\0"
    132134    "slotCalcularPNHIncidenciaiComponente()\0"
    133     "slotSeleccionarTabla()\0"
     135    "slotSeleccionarTabla()\0abrirManual()\0"
     136    "acercaDe()\0"
    134137};
    135138
     
    197200        case 55: _t->slotCalcularPNHIncidenciaiComponente(); break;
    198201        case 56: _t->slotSeleccionarTabla(); break;
     202        case 57: _t->abrirManual(); break;
     203        case 58: _t->acercaDe(); break;
    199204        default: ;
    200205        }
     
    234239        return _id;
    235240    if (_c == QMetaObject::InvokeMetaMethod) {
    236         if (_id < 57)
     241        if (_id < 59)
    237242            qt_static_metacall(this, _c, _id, _a);
    238         _id -= 57;
     243        _id -= 59;
    239244    }
    240245    return _id;
Note: See TracChangeset for help on using the changeset viewer.