Переименование функции
This commit is contained in:
@ -207,7 +207,7 @@ bool Paths::updatePaths()
|
||||
} // Paths::updatePaths
|
||||
|
||||
|
||||
bool Paths::makePaths()
|
||||
bool Paths::makeDefaultDirectories()
|
||||
{
|
||||
bool status = true;
|
||||
|
||||
|
@ -47,7 +47,8 @@ public:
|
||||
void setConfigFilePath( const QFileInfo& configFilePath );
|
||||
|
||||
bool updatePaths();
|
||||
bool makePaths();
|
||||
bool makeDefaultDirectories();
|
||||
|
||||
QString findConfigFile( const QString& defaultConfigFile = "" );
|
||||
}; // class Paths
|
||||
|
||||
|
Reference in New Issue
Block a user