mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 10:31:58 +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
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
//
|
//
|
||||||
|
|
||||||
#include <QtCore/QDebug>
|
|
||||||
|
|
||||||
#include "InterfaceView.h"
|
#include "InterfaceView.h"
|
||||||
|
|
||||||
InterfaceView::InterfaceView(QWidget* parent, Qt::WindowFlags flags) :
|
InterfaceView::InterfaceView(QWidget* parent, Qt::WindowFlags flags) :
|
||||||
QOpenGLWidget(parent, flags)
|
QOpenGLWidget(parent, flags)
|
||||||
{
|
{
|
||||||
qDebug() << "The interface view is alive!";
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue