From 8df9ecb3d3ee822b47ebc8ffd8540fb284be23b9 Mon Sep 17 00:00:00 2001 From: Sylvain Thery Date: Tue, 17 Mar 2015 19:23:12 +0100 Subject: [PATCH] remove cout --- SCHNApps/src/view.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/SCHNApps/src/view.cpp b/SCHNApps/src/view.cpp index 24a40535e..aa5060fdb 100644 --- a/SCHNApps/src/view.cpp +++ b/SCHNApps/src/view.cpp @@ -337,7 +337,6 @@ void View::init() m_buttonArea = new ViewButtonArea(this); m_buttonArea->setTopRightPosition(this->width(), 0); - std::cout << this->width() << std::endl; m_VsplitButton = new ViewButton(":icons/icons/Vsplit.png", this); m_buttonArea->addButton(m_VsplitButton); connect(m_VsplitButton, SIGNAL(clicked(int, int, int, int)), this, SLOT(ui_verticalSplitView(int, int, int, int))); -- GitLab