[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/kaudiocreator
From:       Richard Lärkäng <richard () goteborg ! utfors ! se>
Date:       2007-12-30 13:11:59
Message-ID: 1199020319.786411.16110.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 754649 by larkang:

Small fixes


 M  +2 -2      tracksimp.cpp  
 M  +1 -1      tracksimp.h  


--- trunk/extragear/multimedia/kaudiocreator/tracksimp.cpp #754648:754649
@@ -50,7 +50,7 @@
 	trackListing->resizeColumnToContents(HEADER_RIP);
 	cd = new KCompactDisc;
 
-	connect(cd, SIGNAL(discChanged(unsigned)), this, SLOT(newDisc(unsigned)));
+	connect(cd, SIGNAL(discChanged(unsigned int)), this, SLOT(newDisc(unsigned int)));
 
 	connect(trackListing, SIGNAL(itemActivated(QTreeWidgetItem *, int)), this, \
SLOT(editTrackName(QTreeWidgetItem *)));  connect(trackListing, \
SIGNAL(itemSelectionChanged()), this, SLOT(closeEditor())); @@ -386,7 +386,7 @@
 	{
 		Job *newJob = new Job();
 		newJob->encoder = encoder;
-		newJob->device = cd->deviceName();
+		newJob->device = cd->deviceUrl().path();
 		newJob->album = cddbInfo.get(Title).toString();
 		newJob->genre = cddbInfo.get(Genre).toString();
 		if( newJob->genre.isEmpty())
--- trunk/extragear/multimedia/kaudiocreator/tracksimp.h #754648:754649
@@ -105,7 +105,7 @@
 	void closeEditor();
 
 private slots:
-	void newDisc(unsigned discId);
+	void newDisc(unsigned int discId);
 
 	void changeDevice(const QString &);
 	void lookupCDDBDone(KCDDB::Result result);


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic