Инициализация по умолчанию в конструкторе
This commit is contained in:
@ -18,8 +18,6 @@ int main( int argc, char** argv )
|
||||
QCoreApplication::setApplicationName( QStringLiteral( CMLIB_PROJECT_NAME ) );
|
||||
MF::Paths& paths = MF::Paths::instance();
|
||||
|
||||
paths.init();
|
||||
|
||||
qDebug() << "prefixDirectory : " << paths.projectDirectory();
|
||||
|
||||
qDebug() << "executableName : " << paths.executableName();
|
||||
|
Reference in New Issue
Block a user