Adding Open command to menu

This commit is contained in:
Matt Keeter 2014-03-07 11:17:09 -06:00
parent f94a8de6c4
commit 8239cb87b7
3 changed files with 23 additions and 1 deletions

View file

@ -11,6 +11,5 @@ int main(int argc, char *argv[])
Window window;
window.show();
window.load_stl("../../splitter/cayman.stl");
return a.exec();
}