Переименование функции
This commit is contained in:
parent
d54886620f
commit
fb355b8fe5
@ -10,7 +10,7 @@ int main( int argc, char** argv )
|
|||||||
MF::Paths paths;
|
MF::Paths paths;
|
||||||
|
|
||||||
paths.updatePaths();
|
paths.updatePaths();
|
||||||
paths.makePaths();
|
paths.makeDefaultDirectories();
|
||||||
paths.findConfigFile( "test" );
|
paths.findConfigFile( "test" );
|
||||||
|
|
||||||
return( 0 );
|
return( 0 );
|
||||||
|
@ -207,7 +207,7 @@ bool Paths::updatePaths()
|
|||||||
} // Paths::updatePaths
|
} // Paths::updatePaths
|
||||||
|
|
||||||
|
|
||||||
bool Paths::makePaths()
|
bool Paths::makeDefaultDirectories()
|
||||||
{
|
{
|
||||||
bool status = true;
|
bool status = true;
|
||||||
|
|
||||||
|
@ -47,7 +47,8 @@ public:
|
|||||||
void setConfigFilePath( const QFileInfo& configFilePath );
|
void setConfigFilePath( const QFileInfo& configFilePath );
|
||||||
|
|
||||||
bool updatePaths();
|
bool updatePaths();
|
||||||
bool makePaths();
|
bool makeDefaultDirectories();
|
||||||
|
|
||||||
QString findConfigFile( const QString& defaultConfigFile = "" );
|
QString findConfigFile( const QString& defaultConfigFile = "" );
|
||||||
}; // class Paths
|
}; // class Paths
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user