It doesn't make sense to set the factory after construction

Closes #259
This commit is contained in:
Scott Wheeler 2015-05-18 14:21:55 +02:00
parent 41a250a15d
commit 0739dd232a
3 changed files with 3 additions and 0 deletions

View File

@ -221,6 +221,7 @@ namespace TagLib {
* when
*
* \see ID3v2FrameFactory
* \deprecated This value should be passed in via the constructor
*/
void setID3v2FrameFactory(const ID3v2::FrameFactory *factory);

View File

@ -319,6 +319,7 @@ namespace TagLib {
* Set the ID3v2::FrameFactory to something other than the default.
*
* \see ID3v2FrameFactory
* \deprecated This value should be passed in via the constructor
*/
void setID3v2FrameFactory(const ID3v2::FrameFactory *factory);

View File

@ -164,6 +164,7 @@ namespace TagLib {
* Set the ID3v2::FrameFactory to something other than the default.
*
* \see ID3v2FrameFactory
* \deprecated This value should be passed in via the constructor
*/
void setID3v2FrameFactory(const ID3v2::FrameFactory *factory);