I have pushed it in branch heenamahour/gsoc (plasma-framework)
http://quickgit.kde.org/?p=plasma-framework.git&a=commit&h=18266f3ab78108a3246bac3540cb3aef6f97bbe6
>the reason this doesn't work yet, is probably that most kioslaves aren't
ported yet, so it will need a bit of blind navigation still
So
On Saturday 03 August 2013, Heena Mahour wrote:
> Hi ,
> Is dirModel ported to plasma2 ? As when in dirModelplugin.cpp I changed
> qmlRegisterType(uri, 0, 1, "DirModel") to
> qmlRegisterType(uri, 2,0, "DirModel") I am getting an output in
> my trashcan plasmoid that url trash:/ can not be listed
Hi ,
Is dirModel ported to plasma2 ? As when in dirModelplugin.cpp I changed
qmlRegisterType(uri, 0, 1, "DirModel") to
qmlRegisterType(uri, 2,0, "DirModel") I am getting an output in
my trashcan plasmoid that url trash:/ can not be listed .However it worked
fine with plasma1 .
Further I want to k