--f4030435c300988c1a05567af3d5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Yes, read the documentation for QHash and you'll see what it is. A hash of border element to string. On Fri, Aug 11, 2017 at 7:14 AM, Yuri Chornoivan wrote: > ---------- =D0=9F=D0=B5=D1=80=D0=B5=D1=81=D0=BB=D0=B0=D0=BD=D0=B5 =D0=BF= =D0=BE=D0=B2=D1=96=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=BD=D1=8F -------= --- > > =D0=A2=D0=B5=D0=BC=D0=B0: Re: Source code > =D0=94=D0=B0=D1=82=D0=B0: =D0=BF=CA=BC=D1=8F=D1=82=D0=BD=D0=B8=D1=86=D1= =8F, 11 =D1=81=D0=B5=D1=80=D0=BF=D0=BD=D1=8F 2017 =D1=80., 15:32:32 EEST > =D0=92=D1=96=D0=B4: Shashwat Mishra > =D0=9A=D0=BE=D0=BC=D1=83: Yuri Chornoivan > > So I started by reading the source code of KMines game.Well,in the file > borderitem.cpp,there is some statement-QHash QString> BorderItem::s_elementNames; > So is it a hash table of some sort or what? I can't seem to understand wh= at > is it. > > On Wed, Aug 9, 2017 at 6:20 PM, Yuri Chornoivan wrote: > > > =D1=81=D0=B5=D1=80=D0=B5=D0=B4=D0=B0, 9 =D1=81=D0=B5=D1=80=D0=BF=D0=BD= =D1=8F 2017 =D1=80. 15:36:19 EEST Shashwat Mishra =D0=BD=D0=B0=D0=BF=D0=B8= =D1=81=D0=B0=D0=BD=D0=BE: > > > Where can I find the source code of the various games present on the > > > application section? And once I get familiar with the code and > understand > > > how it works,can I have someone allot me bugs to fix in the existing > > games? > > > > > > On Wed, Aug 9, 2017 at 5:51 PM, Shashwat Mishra < > > shashwatmishra76@gmail.com> > > > wrote: > > > > Where can I find the source code of the various games present on th= e > > > > application section? And once I get familiar with the code and > > understand > > > > how it works,can I have someone allot me bugs to fix in the existin= g > > > > games? > > > > > > Hi, > > > > The code is in the KDE git repos: > > > > https://cgit.kde.org/ > > > > The bug reports are in our Bugzilla: > > > > https://bugs.kde.org/ > > > > Just filter by the name of the game. > > > > Some useful tips can be found on TechBase wiki: > > > > https://techbase.kde.org/Welcome_to_KDE_TechBase > > > > Hope this helps. > > > > Best regards, > > Yuri > > > ----------------------------------------------- > --f4030435c300988c1a05567af3d5 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Yes, read the documentation for QHash and you'll see w= hat it is. A hash of border element to string.

On Fri, Aug 11, 2017 at 7:14 AM, Yuri Ch= ornoivan <yurchor@ukr.net> wrote:
----------=C2=A0 =D0=9F=D0=B5=D1=80=D0=B5=D1=81=D0=BB=D0=B0=D0=BD=D0= =B5 =D0=BF=D0=BE=D0=B2=D1=96=D0=B4=D0=BE=D0=BC=D0=BB=D0=B5=D0=BD=D0=BD=D1= =8F=C2=A0 ----------

=D0=A2=D0=B5=D0=BC=D0=B0: Re: Source code
=D0=94=D0=B0=D1=82=D0=B0: =D0=BF=CA=BC=D1=8F=D1=82=D0=BD=D0=B8=D1=86=D1=8F,= 11 =D1=81=D0=B5=D1=80=D0=BF=D0=BD=D1=8F 2017 =D1=80., 15:32:32 EEST
=D0=92=D1=96=D0=B4: Shashwat Mishra <shashwatmishra76@gmail.com>
=D0=9A=D0=BE=D0=BC=D1=83: Yuri Chornoivan <yurchor@ukr.net>

So I started by reading the source code of KMines game.Well,in the file
borderitem.cpp,there is some statement-QHash<KMinesState::BorderEle= ment,
QString> BorderItem::s_elementNames;
So is it a hash table of some sort or what? I can't seem to understand = what
is it.

On Wed, Aug 9, 2017 at 6:20 PM, Yuri Chornoivan <yurchor@ukr.net> wrote:

> =D1=81=D0=B5=D1=80=D0=B5=D0=B4=D0=B0, 9 =D1=81=D0=B5=D1=80=D0=BF=D0=BD= =D1=8F 2017 =D1=80. 15:36:19 EEST Shashwat Mishra =D0=BD=D0=B0=D0=BF=D0=B8= =D1=81=D0=B0=D0=BD=D0=BE:
> > Where can I find the source code of the various games present on = the
> > application section? And once I get familiar with the code and un= derstand
> > how it works,can I have someone allot me bugs to fix in the exist= ing
> games?
> >
> > On Wed, Aug 9, 2017 at 5:51 PM, Shashwat Mishra <
> shashwatmishra76@gmail.c= om>
> > wrote:
> > > Where can I find the source code of the various games presen= t on the
> > > application section? And once I get familiar with the code a= nd
> understand
> > > how it works,can I have someone allot me bugs to fix in the = existing
> > > games?
>
>
> Hi,
>
> The code is in the KDE git repos:
>
> https://cgit.kde.org/
>
> The bug reports are in our Bugzilla:
>
> https://bugs.kde.org/
>
> Just filter by the name of the game.
>
> Some useful tips can be found on TechBase wiki:
>
> https://techbase.kde.org/Welcome_to_KDE_Te= chBase
>
> Hope this helps.
>
> Best regards,
> Yuri
>
-----------------------------------------------

--f4030435c300988c1a05567af3d5--