Make load_stl return a boolean
This commit is contained in:
parent
0dc400a7e1
commit
9803286d26
2 changed files with 5 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue