Changes between Initial Version and Version 1 of Ticket #2331


Ignore:
Timestamp:
2013-08-30T15:54:02Z (12 years ago)
Author:
Martin Sjölund
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2331 – Description

    initial v1  
    11After some error like:
    2 
     2{{{
    33g++ -c -pipe -O2 -w -fPIC -D_REENTRANT -DQT_WEBKIT -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtXml -I/usr/include/qt4 -Irelease/generatedfiles/ui -I/usr/include/qwt-qt4 -I. -I.. -I../GUI -I../GUI/Widgets -I../GUI/Tools -I../GUI/Dialogs -I../Units -I../Tools -I../Infos -I../FileData -I../Problems -Irelease/generatedfiles/moc -Irelease/generatedfiles/ui -o release/generatedfiles/Variables.o ../Variables.cpp
    44In file included from ../MOVector.h:169:0,
     
    1212
    1313and a function with 2 arguments being called with only one, I patched its source with the attachment and it compiles, but I dont know if the modifications are correct.
    14 
     14}}}
    1515Please review it.
    1616