В примере выводится только путь к каталогу
This commit is contained in:
parent
940d1361df
commit
f8df5d0ba1
@ -24,12 +24,12 @@ int main( int argc, char** argv )
|
||||
|
||||
pathsMT.init( QStringLiteral( CMLIB_PROJECT_NAME ), QStringLiteral( "conf" ) );
|
||||
pathsMT.findConfigFile( QStringLiteral( "test" ) );
|
||||
qDebug() << pathsMT.systemLogDirectory();
|
||||
qDebug() << pathsMT.systemConfigDirectory();
|
||||
qDebug() << pathsMT.systemLogDirectory().path();
|
||||
qDebug() << pathsMT.systemConfigDirectory().path();
|
||||
|
||||
paths.init( QStringLiteral( CMLIB_PROJECT_NAME ), QStringLiteral( "conf" ) );
|
||||
paths.findConfigFile( QStringLiteral( "test" ) );
|
||||
qDebug() << paths.systemConstDataDirectory();
|
||||
qDebug() << paths.systemConstDataDirectory().path();
|
||||
qDebug() << paths.configFileName();
|
||||
|
||||
return( 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user