This commit is contained in:
Jan Möbius
2019-05-28 14:22:36 +02:00
parent f468efacd0
commit 8cffe1c3b9
8 changed files with 11 additions and 11 deletions

View File

@@ -144,7 +144,7 @@ public:
public: // inherited
bool open_mesh(const char* _filename, OpenMesh::IO::Options _opt)
bool open_mesh(const char* _filename, OpenMesh::IO::Options _opt) override
{
bool rc;
@@ -170,7 +170,7 @@ protected slots:
protected:
virtual void keyPressEvent(QKeyEvent* _event);
virtual void keyPressEvent(QKeyEvent* _event) override;
private: