Re: Problems in building

2014-02-22 Thread Sinny Kumari
Hey,

In order to know what is the reason of failing build, I need few
information:

1. What distribution you are using ?
2. Which version of your distribution?
3. Are you building master or some other branch?

Thanks


On Sat, Feb 22, 2014 at 11:51 PM, Devanshu Jain
wrote:

> Hi!
> I was going through the build instructions for plasma media center and am
> finding some trouble in doing so.
>
> The make instruction is throwing some errors.
>
> /*-
>
> [  1%] Built target plasmamediacenter_automoc
> [  1%] Building CXX object
> libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o
> In file included from
> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/mediacenter_export.h:24:0,
>  from
> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/playlistmodel.h:26,
>  from
> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/moc_playlistmodel.cpp:9,
>  from
> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/plasmamediacenter_automoc.cpp:4:
> /usr/include/kpluginfactory.h:263:5: error:
> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>  KDE_CONSTRUCTOR_DEPRECATED explicit KPluginFactory(const KAboutData
> *aboutData, QObject *parent = 0);
>  ^
> /usr/include/kpluginfactory.h:270:14: error:
> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>  explicit KDE_CONSTRUCTOR_DEPRECATED KPluginFactory(QObject *parent);
>   ^
> make[2]: ***
> [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o]
> Error 1
> make[1]: *** [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/all] Error
> 2
> make: *** [all] Error 2
>
>
> /---
>
>
> It would be really helpful, if somebody could help me, how to solve this
> issue.
>
> Thanks
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
http://www.sinny.in
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Problems in building

2014-02-22 Thread Devanshu Jain
Hi!
I am using Kubuntu 13.10.
But, I don't understand the 3rd question!


On Sun, Feb 23, 2014 at 10:55 AM, Sinny Kumari  wrote:

> Hey,
>
> In order to know what is the reason of failing build, I need few
> information:
>
> 1. What distribution you are using ?
> 2. Which version of your distribution?
> 3. Are you building master or some other branch?
>
> Thanks
>
>
> On Sat, Feb 22, 2014 at 11:51 PM, Devanshu Jain <
> devanshu.jain...@gmail.com> wrote:
>
>> Hi!
>> I was going through the build instructions for plasma media center and am
>> finding some trouble in doing so.
>>
>> The make instruction is throwing some errors.
>>
>>
>> /*-
>>
>> [  1%] Built target plasmamediacenter_automoc
>> [  1%] Building CXX object
>> libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o
>> In file included from
>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/mediacenter_export.h:24:0,
>>  from
>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/playlistmodel.h:26,
>>  from
>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/moc_playlistmodel.cpp:9,
>>  from
>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/plasmamediacenter_automoc.cpp:4:
>> /usr/include/kpluginfactory.h:263:5: error:
>> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>>  KDE_CONSTRUCTOR_DEPRECATED explicit KPluginFactory(const KAboutData
>> *aboutData, QObject *parent = 0);
>>  ^
>> /usr/include/kpluginfactory.h:270:14: error:
>> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>>  explicit KDE_CONSTRUCTOR_DEPRECATED KPluginFactory(QObject *parent);
>>   ^
>> make[2]: ***
>> [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o]
>> Error 1
>> make[1]: *** [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/all]
>> Error 2
>> make: *** [all] Error 2
>>
>>
>> /---
>>
>>
>> It would be really helpful, if somebody could help me, how to solve this
>> issue.
>>
>> Thanks
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> http://www.sinny.in
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Problems in building

2014-02-22 Thread Bhushan Shah
Hello,

On Sun, Feb 23, 2014 at 12:28 PM, Devanshu Jain
 wrote:
> Hi!
> I am using Kubuntu 13.10.
> But, I don't understand the 3rd question!

After cloning have you run any commands like git checkout or something
like that? If not then you are building master branch.. You can run
command git branch in the plasma-mediacenter directory to see on which
branch you are.

Thanks!

-- 
Bhushan Shah

http://bhush9.github.io
IRC Nick : bshah on Freenode
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Problems in building

2014-02-22 Thread Devanshu Jain
Thanks for such prompt reply

I checked it out.. I am building master branch.


On Sun, Feb 23, 2014 at 12:35 PM, Bhushan Shah  wrote:

> Hello,
>
> On Sun, Feb 23, 2014 at 12:28 PM, Devanshu Jain
>  wrote:
> > Hi!
> > I am using Kubuntu 13.10.
> > But, I don't understand the 3rd question!
>
> After cloning have you run any commands like git checkout or something
> like that? If not then you are building master branch.. You can run
> command git branch in the plasma-mediacenter directory to see on which
> branch you are.
>
> Thanks!
>
> --
> Bhushan Shah
>
> http://bhush9.github.io
> IRC Nick : bshah on Freenode
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Problems in building

2014-02-22 Thread Sinny Kumari
On Sun, Feb 23, 2014 at 12:28 PM, Devanshu Jain
wrote:

> Hi!
> I am using Kubuntu 13.10.
> But, I don't understand the 3rd question!
>
>
>
I was referring to git. You can check  which branch currently you are on by
running "git branch" command inside a git project. Since, Plasma Media
Center uses git version control system, you can check there too.

 Anyway, mostly you would be on master branch. In case you are attending
conf.kde.in conference, please meet me during break so that I can help you
faster else I will reply to this email regarding what you need to do


> On Sun, Feb 23, 2014 at 10:55 AM, Sinny Kumari  wrote:
>
>> Hey,
>>
>> In order to know what is the reason of failing build, I need few
>> information:
>>
>> 1. What distribution you are using ?
>> 2. Which version of your distribution?
>> 3. Are you building master or some other branch?
>>
>> Thanks
>>
>>
>> On Sat, Feb 22, 2014 at 11:51 PM, Devanshu Jain <
>> devanshu.jain...@gmail.com> wrote:
>>
>>> Hi!
>>> I was going through the build instructions for plasma media center and
>>> am finding some trouble in doing so.
>>>
>>> The make instruction is throwing some errors.
>>>
>>>
>>> /*-
>>>
>>> [  1%] Built target plasmamediacenter_automoc
>>> [  1%] Building CXX object
>>> libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o
>>> In file included from
>>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/mediacenter_export.h:24:0,
>>>  from
>>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/playlistmodel.h:26,
>>>  from
>>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/moc_playlistmodel.cpp:9,
>>>  from
>>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/plasmamediacenter_automoc.cpp:4:
>>> /usr/include/kpluginfactory.h:263:5: error:
>>> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>>>  KDE_CONSTRUCTOR_DEPRECATED explicit KPluginFactory(const KAboutData
>>> *aboutData, QObject *parent = 0);
>>>  ^
>>> /usr/include/kpluginfactory.h:270:14: error:
>>> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>>>  explicit KDE_CONSTRUCTOR_DEPRECATED KPluginFactory(QObject *parent);
>>>   ^
>>> make[2]: ***
>>> [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o]
>>> Error 1
>>> make[1]: *** [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/all]
>>> Error 2
>>> make: *** [all] Error 2
>>>
>>>
>>> /---
>>>
>>>
>>> It would be really helpful, if somebody could help me, how to solve this
>>> issue.
>>>
>>> Thanks
>>>
>>> ___
>>> Plasma-devel mailing list
>>> Plasma-devel@kde.org
>>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>>
>>>
>>
>>
>> --
>> http://www.sinny.in
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
http://www.sinny.in
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Problems in building

2014-02-23 Thread Shantanu Tushar Jha
Hi Devanshu,

Did you get the problem solved or does it still exist?

Cheers,


On Sun, Feb 23, 2014 at 12:36 PM, Sinny Kumari  wrote:

>
>
>
> On Sun, Feb 23, 2014 at 12:28 PM, Devanshu Jain <
> devanshu.jain...@gmail.com> wrote:
>
>> Hi!
>> I am using Kubuntu 13.10.
>> But, I don't understand the 3rd question!
>>
>>
>>
> I was referring to git. You can check  which branch currently you are on
> by running "git branch" command inside a git project. Since, Plasma Media
> Center uses git version control system, you can check there too.
>
>  Anyway, mostly you would be on master branch. In case you are attending
> conf.kde.in conference, please meet me during break so that I can help
> you faster else I will reply to this email regarding what you need to do
>
>
>> On Sun, Feb 23, 2014 at 10:55 AM, Sinny Kumari  wrote:
>>
>>> Hey,
>>>
>>> In order to know what is the reason of failing build, I need few
>>> information:
>>>
>>> 1. What distribution you are using ?
>>> 2. Which version of your distribution?
>>> 3. Are you building master or some other branch?
>>>
>>> Thanks
>>>
>>>
>>> On Sat, Feb 22, 2014 at 11:51 PM, Devanshu Jain <
>>> devanshu.jain...@gmail.com> wrote:
>>>
 Hi!
 I was going through the build instructions for plasma media center and
 am finding some trouble in doing so.

 The make instruction is throwing some errors.


 /*-

 [  1%] Built target plasmamediacenter_automoc
 [  1%] Building CXX object
 libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o
 In file included from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/mediacenter_export.h:24:0,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/playlistmodel.h:26,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/moc_playlistmodel.cpp:9,
  from
 /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/plasmamediacenter_automoc.cpp:4:
 /usr/include/kpluginfactory.h:263:5: error:
 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
  KDE_CONSTRUCTOR_DEPRECATED explicit KPluginFactory(const
 KAboutData *aboutData, QObject *parent = 0);
  ^
 /usr/include/kpluginfactory.h:270:14: error:
 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
  explicit KDE_CONSTRUCTOR_DEPRECATED KPluginFactory(QObject
 *parent);
   ^
 make[2]: ***
 [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o]
 Error 1
 make[1]: *** [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/all]
 Error 2
 make: *** [all] Error 2


 /---


 It would be really helpful, if somebody could help me, how to solve
 this issue.

 Thanks

 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 https://mail.kde.org/mailman/listinfo/plasma-devel


>>>
>>>
>>> --
>>> http://www.sinny.in
>>>
>>> ___
>>> Plasma-devel mailing list
>>> Plasma-devel@kde.org
>>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>>
>>>
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> http://www.sinny.in
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Problems in building

2014-02-23 Thread Devanshu Jain
i got it solved.
thanks!


On Mon, Feb 24, 2014 at 12:40 PM, Shantanu Tushar Jha wrote:

> Hi Devanshu,
>
> Did you get the problem solved or does it still exist?
>
> Cheers,
>
>
> On Sun, Feb 23, 2014 at 12:36 PM, Sinny Kumari  wrote:
>
>>
>>
>>
>> On Sun, Feb 23, 2014 at 12:28 PM, Devanshu Jain <
>> devanshu.jain...@gmail.com> wrote:
>>
>>> Hi!
>>> I am using Kubuntu 13.10.
>>> But, I don't understand the 3rd question!
>>>
>>>
>>>
>> I was referring to git. You can check  which branch currently you are on
>> by running "git branch" command inside a git project. Since, Plasma Media
>> Center uses git version control system, you can check there too.
>>
>>  Anyway, mostly you would be on master branch. In case you are attending
>> conf.kde.in conference, please meet me during break so that I can help
>> you faster else I will reply to this email regarding what you need to do
>>
>>
>>> On Sun, Feb 23, 2014 at 10:55 AM, Sinny Kumari  wrote:
>>>
 Hey,

 In order to know what is the reason of failing build, I need few
 information:

 1. What distribution you are using ?
 2. Which version of your distribution?
 3. Are you building master or some other branch?

 Thanks


 On Sat, Feb 22, 2014 at 11:51 PM, Devanshu Jain <
 devanshu.jain...@gmail.com> wrote:

> Hi!
> I was going through the build instructions for plasma media center and
> am finding some trouble in doing so.
>
> The make instruction is throwing some errors.
>
>
> /*-
>
> [  1%] Built target plasmamediacenter_automoc
> [  1%] Building CXX object
> libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o
> In file included from
> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/mediacenter_export.h:24:0,
>  from
> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/playlistmodel.h:26,
>  from
> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/moc_playlistmodel.cpp:9,
>  from
> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/plasmamediacenter_automoc.cpp:4:
> /usr/include/kpluginfactory.h:263:5: error:
> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>  KDE_CONSTRUCTOR_DEPRECATED explicit KPluginFactory(const
> KAboutData *aboutData, QObject *parent = 0);
>  ^
> /usr/include/kpluginfactory.h:270:14: error:
> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>  explicit KDE_CONSTRUCTOR_DEPRECATED KPluginFactory(QObject
> *parent);
>   ^
> make[2]: ***
> [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o]
> Error 1
> make[1]: *** [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/all]
> Error 2
> make: *** [all] Error 2
>
>
> /---
>
>
> It would be really helpful, if somebody could help me, how to solve
> this issue.
>
> Thanks
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


 --
 http://www.sinny.in

 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 https://mail.kde.org/mailman/listinfo/plasma-devel


>>>
>>> ___
>>> Plasma-devel mailing list
>>> Plasma-devel@kde.org
>>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>>
>>>
>>
>>
>> --
>> http://www.sinny.in
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> Shantanu Tushar(UTC +0530)
> http://www.shantanutushar.com
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Problems in building

2014-02-24 Thread Shantanu Tushar Jha
Awesome, can you share how you fixed it? Will help if someone else has the
same issues in the future.


On Mon, Feb 24, 2014 at 12:50 PM, Devanshu Jain
wrote:

> i got it solved.
> thanks!
>
>
> On Mon, Feb 24, 2014 at 12:40 PM, Shantanu Tushar Jha wrote:
>
>> Hi Devanshu,
>>
>> Did you get the problem solved or does it still exist?
>>
>> Cheers,
>>
>>
>> On Sun, Feb 23, 2014 at 12:36 PM, Sinny Kumari  wrote:
>>
>>>
>>>
>>>
>>> On Sun, Feb 23, 2014 at 12:28 PM, Devanshu Jain <
>>> devanshu.jain...@gmail.com> wrote:
>>>
 Hi!
 I am using Kubuntu 13.10.
 But, I don't understand the 3rd question!



>>> I was referring to git. You can check  which branch currently you are on
>>> by running "git branch" command inside a git project. Since, Plasma Media
>>> Center uses git version control system, you can check there too.
>>>
>>>  Anyway, mostly you would be on master branch. In case you are attending
>>> conf.kde.in conference, please meet me during break so that I can help
>>> you faster else I will reply to this email regarding what you need to do
>>>
>>>
 On Sun, Feb 23, 2014 at 10:55 AM, Sinny Kumari wrote:

> Hey,
>
> In order to know what is the reason of failing build, I need few
> information:
>
> 1. What distribution you are using ?
> 2. Which version of your distribution?
> 3. Are you building master or some other branch?
>
> Thanks
>
>
> On Sat, Feb 22, 2014 at 11:51 PM, Devanshu Jain <
> devanshu.jain...@gmail.com> wrote:
>
>> Hi!
>> I was going through the build instructions for plasma media center
>> and am finding some trouble in doing so.
>>
>> The make instruction is throwing some errors.
>>
>>
>> /*-
>>
>> [  1%] Built target plasmamediacenter_automoc
>> [  1%] Building CXX object
>> libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o
>> In file included from
>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/mediacenter_export.h:24:0,
>>  from
>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/../../../libs/mediacenter/playlistmodel.h:26,
>>  from
>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/moc_playlistmodel.cpp:9,
>>  from
>> /home/devanshu/kde/pmc/plasma-mediacenter/build/libs/mediacenter/plasmamediacenter_automoc.cpp:4:
>> /usr/include/kpluginfactory.h:263:5: error:
>> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>>  KDE_CONSTRUCTOR_DEPRECATED explicit KPluginFactory(const
>> KAboutData *aboutData, QObject *parent = 0);
>>  ^
>> /usr/include/kpluginfactory.h:270:14: error:
>> 'Q_DECL_CONSTRUCTOR_DEPRECATED' does not name a type
>>  explicit KDE_CONSTRUCTOR_DEPRECATED KPluginFactory(QObject
>> *parent);
>>   ^
>> make[2]: ***
>> [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/plasmamediacenter_automoc.o]
>> Error 1
>> make[1]: *** [libs/mediacenter/CMakeFiles/plasmamediacenter.dir/all]
>> Error 2
>> make: *** [all] Error 2
>>
>>
>> /---
>>
>>
>> It would be really helpful, if somebody could help me, how to solve
>> this issue.
>>
>> Thanks
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
>
> --
> http://www.sinny.in
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>

 ___
 Plasma-devel mailing list
 Plasma-devel@kde.org
 https://mail.kde.org/mailman/listinfo/plasma-devel


>>>
>>>
>>> --
>>> http://www.sinny.in
>>>
>>> ___
>>> Plasma-devel mailing list
>>> Plasma-devel@kde.org
>>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>>
>>>
>>
>>
>> --
>> Shantanu Tushar(UTC +0530)
>> http://www.shantanutushar.com
>>
>> ___
>> Plasma-devel mailing list
>> Plasma-devel@kde.org
>> https://mail.kde.org/mailman/listinfo/plasma-devel
>>
>>
>
> ___
> Plasma-devel mailing list
> Plasma-devel@kde.org
> https://mail.kde.org/mailman/listinfo/plasma-devel
>
>


-- 
Shantanu Tushar(UTC +0530)
http://www.shantanutushar.com
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel