• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

Bindings for graphics lib QCustomPlot2 for PyQt5


コミットメタ情報

リビジョン77354f8e0a0af58132885caa08c9ed0d40379067 (tree)
日時2018-10-04 23:58:49
作者Giuseppe Corbelli <corbelligiuseppe@mesd...>
コミッターGiuseppe Corbelli

ログメッセージ

Fixed ownership of QCPCurve objects

変更サマリ

差分

--- a/plottable-curve.sip
+++ b/plottable-curve.sip
@@ -45,7 +45,8 @@ public:
4545 ,lsLine ///< Data points are connected with a straight line
4646 };
4747
48- explicit QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis);
48+ // Ownership acquired by QCustomPlot tied to the axis
49+ explicit QCPCurve(QCPAxis *keyAxis, QCPAxis *valueAxis) /Transfer/;
4950 virtual ~QCPCurve();
5051
5152 // getters: