Skip to content
Snippets Groups Projects
Commit f5672533 authored by Marco Biasini's avatar Marco Biasini
Browse files

fix path to example directory on MacOS X

parent 851f72e3
Branches
Tags
No related merge requests found
......@@ -81,6 +81,7 @@ FileBrowser::FileBrowser(QWidget* parent):
if (QDir(example_path).exists()) {
path=example_path;
} else{
dir.cdUp();
dir.cdUp();
example_path=dir.path()+"/examples";
if (QDir(example_path).exists()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment