do it right this time.
This commit is contained in:
+1
-1
@@ -1049,7 +1049,7 @@ bool Song::SaveToSSCFile( RString sPath, bool bSavingCache )
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Song::SaveToJsonFile( RString sPath)
|
bool Song::SaveToJsonFile( RString sPath )
|
||||||
{
|
{
|
||||||
LOG->Trace( "Song::SaveToJsonFile('%s')", sPath.c_str() );
|
LOG->Trace( "Song::SaveToJsonFile('%s')", sPath.c_str() );
|
||||||
return NotesWriterJson::WriteSong(sPath, *this, true);
|
return NotesWriterJson::WriteSong(sPath, *this, true);
|
||||||
|
|||||||
+1
-1
@@ -119,7 +119,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* @brief Save the current Song to a JSON file.
|
* @brief Save the current Song to a JSON file.
|
||||||
* @return its success or failure. */
|
* @return its success or failure. */
|
||||||
bool SaveToJsonFile();
|
bool SaveToJsonFile( RString sPath );
|
||||||
/**
|
/**
|
||||||
* @brief Save the current Song to a cache file using the preferred format.
|
* @brief Save the current Song to a cache file using the preferred format.
|
||||||
* @return its success or failure. */
|
* @return its success or failure. */
|
||||||
|
|||||||
Reference in New Issue
Block a user