Changes between Initial Version and Version 1 of Ticket #2331
- Timestamp:
- 2013-08-30T15:54:02Z (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2331 – Description
initial v1 1 1 After some error like: 2 2 {{{ 3 3 g++ -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 4 4 In file included from ../MOVector.h:169:0, … … 12 12 13 13 and 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 }}} 15 15 Please review it. 16 16