Compilation error fix.

This commit is contained in:
Jakub
2015-11-16 16:34:40 +01:00
parent 455e0af74c
commit e153d4666d
6 changed files with 20 additions and 12 deletions

View File

@@ -52,7 +52,6 @@ void GUIMenuToolbarWidget::slotCurrentItemChanged()
void GUIMenuToolbarWidget::slotOurWebsiteURLClicked()
{
qDebug() << "clicked";
if ( m_pToolbarControl )
{
QString strUrl = m_pToolbarControl->GetWebsiteURL();