Skip to content
Snippets Groups Projects
Commit bf05f4c7 authored by Jan Möbius's avatar Jan Möbius
Browse files

Remove debug output from core

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@4131 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 0aa659fb
Branches
Tags
No related merge requests found
......@@ -473,8 +473,6 @@ CoreWidget::showToolbox( bool _state ) {
void
CoreWidget::keyPressEvent(QKeyEvent* _e)
{
std::cerr << "Key event in core" << std::endl;
if (_e->modifiers() == Qt::ControlModifier ) {
switch (_e->key())
{
......@@ -500,7 +498,6 @@ CoreWidget::keyPressEvent(QKeyEvent* _e)
switch (_e->key())
{
case Qt::Key_Escape:
std::cerr << "Escape Key" << std::endl;
for ( uint i = 0 ; i < examiner_widgets_.size(); ++i)
examiner_widgets_[i]->actionMode(examiner_widgets_[i]->lastActionMode());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment