mirror of
				https://bitbucket.org/mfeemster/fractorium.git
				synced 2025-10-31 17:30:24 -04:00 
			
		
		
		
	Merged in mmastriani/fractorium_michel (pull request #42)
Fixing mac version Approved-by: Matt Feemster <matt.feemster@gmail.com>
This commit is contained in:
		| @ -8,9 +8,9 @@ | ||||
| /// </summary> | ||||
| void ExportUserData() | ||||
| { | ||||
| 	QProcess exec; | ||||
| 	exec.setWorkingDirectory(QCoreApplication::applicationDirPath()); | ||||
| 	exec.start("/bin/sh", QStringList() << "fractorium-sh");     | ||||
|     auto exec = new QProcess(); | ||||
|     exec->setWorkingDirectory(QCoreApplication::applicationDirPath()); | ||||
|     exec->start("/bin/sh", QStringList() << "fractorium-sh"); | ||||
| } | ||||
| #endif | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Michel Mastriani
					Michel Mastriani