traverso-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Traverso-commit] traverso/src/core Project.cpp


From: Nicola Doebelin
Subject: [Traverso-commit] traverso/src/core Project.cpp
Date: Wed, 20 May 2009 18:16:51 +0000

CVSROOT:        /sources/traverso
Module name:    traverso
Changes by:     Nicola Doebelin <n_doebelin>    09/05/20 18:16:51

Modified files:
        src/core       : Project.cpp 

Log message:
        * removed misleading comments

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/traverso/src/core/Project.cpp?cvsroot=traverso&r1=1.72&r2=1.73

Patches:
Index: Project.cpp
===================================================================
RCS file: /sources/traverso/traverso/src/core/Project.cpp,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -b -r1.72 -r1.73
--- Project.cpp 4 May 2009 08:39:45 -0000       1.72
+++ Project.cpp 20 May 2009 18:16:51 -0000      1.73
@@ -523,7 +523,7 @@
        return cmd;
 }
 
-// this is called from the export and CD-writing dialog
+/* call this function to initiate the export or cd-writing */
 int Project::export_project(ExportSpecification* spec)
 {
        PENTER;
@@ -559,7 +559,6 @@
        return 0;
 }
 
-// this is called from the ExportThread::run() function
 int Project::start_export(ExportSpecification* spec)
 {
        PMESG("Starting export, rate is %d bitdepth is %d", spec->sample_rate, 
spec->data_width );
@@ -659,7 +658,6 @@
        return 1;
 }
 
-// this method is called by the CDWritingDialog
 int Project::create_cdrdao_toc(ExportSpecification* spec)
 {
        QList<Sheet* > sheets;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]