mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 05:00:06 -05: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:
commit
4eb61e2e8f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user