Changeset 96b0c4a in mmcs for moc_formloadmatrix.cpp


Ignore:
Timestamp:
Sep 11, 2015, 11:27:50 AM (9 years ago)
Author:
rboet <rboet@…>
Branches:
master, matrices
Children:
fc268a0
Parents:
67c9f67
Message:

agregada comparacion de escenarios del modelo no clasico

File:
1 edited

Legend:

Unmodified
Added
Removed
  • moc_formloadmatrix.cpp

    rbd5e45b r96b0c4a  
    22** Meta object code from reading C++ file 'formloadmatrix.H'
    33**
    4 ** Created: Mon Aug 10 09:45:26 2015
     4** Created: Fri Sep 11 09:48:54 2015
    55**      by: The Qt Meta Object Compiler version 63 (Qt 4.8.2)
    66**
     
    3333 // signals: signature, parameters, type, tag, flags
    3434      19,   16,   15,   15, 0x05,
    35       50,   15,   15,   15, 0x05,
     35      49,   15,   15,   15, 0x05,
    3636
    3737 // slots: signature, parameters, type, tag, flags
    38       63,   15,   15,   15, 0x0a,
    39       84,   15,   15,   15, 0x0a,
     38      62,   15,   15,   15, 0x0a,
     39      83,   15,   15,   15, 0x0a,
    4040
    4141       0        // eod
     
    4343
    4444static const char qt_meta_stringdata_FormLoadMatrix[] = {
    45     "FormLoadMatrix\0\0,,\0formAccepted(QString,int,char)\0"
     45    "FormLoadMatrix\0\0,,\0formAccepted(QString,int,int)\0"
    4646    "formClosed()\0slotLoadMatrixFile()\0"
    4747    "slotButtonAcceptClicked()\0"
     
    5454        FormLoadMatrix *_t = static_cast<FormLoadMatrix *>(_o);
    5555        switch (_id) {
    56         case 0: _t->formAccepted((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< char(*)>(_a[3]))); break;
     56        case 0: _t->formAccepted((*reinterpret_cast< const QString(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2])),(*reinterpret_cast< int(*)>(_a[3]))); break;
    5757        case 1: _t->formClosed(); break;
    5858        case 2: _t->slotLoadMatrixFile(); break;
     
    103103
    104104// SIGNAL 0
    105 void FormLoadMatrix::formAccepted(const QString & _t1, int _t2, char _t3)
     105void FormLoadMatrix::formAccepted(const QString & _t1, int _t2, int _t3)
    106106{
    107107    void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)), const_cast<void*>(reinterpret_cast<const void*>(&_t2)), const_cast<void*>(reinterpret_cast<const void*>(&_t3)) };
Note: See TracChangeset for help on using the changeset viewer.