Re: Using libk3b to burn an ISO
On Wednesday 08 August 2012 03:05:43 Anant Kamath wrote: > Hi, > > I'm trying to use libk3b for burning an ISO file : > > Here is the portion of code that I'm using (after creating a Kapplication > object) : > > -- > QSt
Using libk3b to burn an ISO
Hi, I'm trying to use libk3b for burning an ISO file : Here is the portion of code that I'm using (after creating a Kapplication object) : -- QString imageFile = "/home/anant/test.iso"; K3b::Core *c = new K3b::Core;