<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<div class="moz-cite-prefix">Am 29.06.21 um 19:50 schrieb Suraj
Kumar Mahto:</div>
<div class="moz-cite-prefix">Hi Surai,</div>
<div class="moz-cite-prefix"><br>
</div>
<blockquote type="cite"
cite="mid:CAEDvbQDODMLea3pp=1_m_i6Q+PNomUDga7tM1p-MWtMVgFf0mw@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr"><span style="font-family:arial,sans-serif">While
replacing member functions of WebPriceQuote with<code> <span
style="font-family:arial,sans-serif">AlkOnlineQuote</span><span
class="gmail-n"><span style="font-family:arial,sans-serif"><span
class="gmail-idiff gmail-left gmail-right"></span></span>
<span style="font-family:arial,sans-serif">(in </span></span></code></span>
<p style="margin:0px;text-indent:0px;white-space:pre-wrap"><span style="font-family:arial,sans-serif"><span style="background-color:rgb(255,255,255)"><span style="color:rgb(0,0,0)">kmymoney/dialogs/kequitypriceupdatedlg.cpp</span></span><code><span class="gmail-n"></span></code><code><span class="gmail-n"> <span style="font-family:arial,sans-serif">). I found out that AlkOnlineQuote::csvquote() is not present in libalkimia as opposed to WebPriceQuote::csvquote() . Do I have to add that in libalkimia source?</span></span></code>
</span></p>
</div>
</blockquote>
<p>The method is a signal</p>
<p>Q_SIGNALS:<br>
void csvquote(const QString&, const QString&,
MyMoneyStatement&);<br>
</p>
<p>which uses the type MyMoneyStatement as second parameter only
known by kmymoney and therefore cannot be added to alkimia.</p>
<p>Regards<br>
Ralf
</p>
</body>
</html>