mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 19:12:28 +02:00
remove extra debug line in InterfaceView
This commit is contained in:
parent
3dd0b85ca4
commit
8c1007f131
1 changed files with 1 additions and 3 deletions
|
@ -9,12 +9,10 @@
|
|||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
//
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
|
||||
#include "InterfaceView.h"
|
||||
|
||||
InterfaceView::InterfaceView(QWidget* parent, Qt::WindowFlags flags) :
|
||||
QOpenGLWidget(parent, flags)
|
||||
{
|
||||
qDebug() << "The interface view is alive!";
|
||||
|
||||
}
|
Loading…
Reference in a new issue