Make load_stl return a boolean

This commit is contained in:
Matt Keeter 2014-03-14 10:39:47 -04:00
parent 0dc400a7e1
commit 9803286d26
2 changed files with 5 additions and 2 deletions

View file

@ -10,7 +10,7 @@ class Window : public QMainWindow
Q_OBJECT
public:
explicit Window(QWidget* parent=0);
void load_stl(const QString& filename);
bool load_stl(const QString& filename);
public slots:
void on_open();