mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-17 19:24:52 -04:00
Rename project_version to ProjectVersion
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
|
||||
|
||||
#include "ConfigManager.h"
|
||||
#include "project_version.h"
|
||||
#include "ProjectVersion.h"
|
||||
#include "SongEditor.h"
|
||||
#include "Effect.h"
|
||||
#include "lmmsversion.h"
|
||||
@@ -327,7 +327,7 @@ void DataFile::cleanMetaNodes( QDomElement _de )
|
||||
|
||||
void DataFile::upgrade()
|
||||
{
|
||||
projectVersion version =
|
||||
ProjectVersion version =
|
||||
documentElement().attribute( "creatorversion" ).
|
||||
replace( "svn", "" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user