Changeset 451 for trunk


Ignore:
Timestamp:
10/15/10 12:44:17 (14 years ago)
Author:
yerima
Message:

little bug in the instruction generating process.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yao/src/interface/src/MainWindow.cpp

    r449 r451  
    942942                        instruction << "#-------------------------------------------------------------------------------------------------" << endl; 
    943943                         
    944                         if (!iw->getInstruction().isEmpty()) { 
     944                        //if (!iw->getInstruction().isEmpty()) { 
    945945                         
    946                         for (QStringList::iterator it = iw->getInstruction().begin(); it != iw->getInstruction().end(); it++) 
    947  
    948                                 instruction << it->toStdString() << endl; 
     946                        //for (QStringList::iterator it = iw->getInstruction().begin(); it != iw->getInstruction().end(); it++) 
     947 
     948                        //      instruction << it->toStdString() << endl; 
    949949                         
    950950                                instruction << endl; 
    951951                                 
    952952                                //emit activeTheIAction(); 
    953                         } 
     953                        //} 
    954954                        instruction.close(); 
    955955 
Note: See TracChangeset for help on using the changeset viewer.