<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 3 Aug, 2021, 1:36 am Thomas Baumgart via Kde-finance-apps, <<a href="mailto:kde-finance-apps@kde.org" rel="noreferrer noreferrer noreferrer" target="_blank">kde-finance-apps@kde.org</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It might be better (performance wise) to add those includes to the kequitypriceupdatedlg.cpp file<br>
and maybe others that also include the kequitypriceupdatedlg.h file.<br>
<br>
The forward declaration usually uses less resources while compiling than including the full<br>
class definition. Since the header file only uses references or pointers to those objects,<br>
knowing that the classes exist is enough for the compiler to deal with the class definition<br>
of KEquityPriceDlg.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Sorry for the late response. Using forward declaration of those classes created many conflicts after removing the include statement of webpricequote.h in <span style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px">kequitypriceupdatedlg.cpp </span></div><div dir="auto"><span style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px">Using header files directly however, wasn't behaving the same and it compiled without errors.</span></div><div dir="auto"><span style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px"><br></span></div><div dir="auto"><span style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px">BTW, My last week's blog that I published yesterday :</span></div><div dir="auto"><span style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px"><br></span></div><div dir="auto"><a href="https://suraj-sloth.github.io/2021/08/02/gsoc21-week8.html">https://suraj-sloth.github.io/2021/08/02/gsoc21-week8.html</a><br></div><div dir="auto"><br></div><div dir="auto">Also, I wanted to ask if we can have a virtual meet this weekend if mentors are free to discuss about the project status and work left.</div><div dir="auto"><br></div><div dir="auto"><span style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px">Regards</span></div><div dir="auto"><span style="color:rgb(80,0,80);font-family:sans-serif;font-size:12.8px">Suraj Kumar Mahto</span></div></div>