mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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