• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Bindings for graphics lib QCustomPlot2 for PyQt5


Commit MetaInfo

Revisiónce411194bec46135c5b6a23aaa784a73cce4bddd (tree)
Tiempo2018-10-03 17:29:07
AutorGiuseppe Corbelli <corbelligiuseppe@mesd...>
CommiterGiuseppe Corbelli

Log Message

Added a typedef for QCPAbstractPlottable1D<QCPCurveData>

Cambiar Resumen

Diferencia incremental

--- a/helper.h
+++ b/helper.h
@@ -3,5 +3,6 @@
33
44 typedef QCPAbstractPlottable1D<QCPGraphData> QCPAbstractPlottable1D_QCPGraphData;
55 typedef QCPAbstractPlottable1D<QCPBarsData> QCPAbstractPlottable1D_QCPBarsData;
6+typedef QCPAbstractPlottable1D<QCPCurveData> QCPAbstractPlottable1D_QCPCurveData;
67
78 #endif // __QCUSTOMPLOT_SIP_HELPER