forked from qt-creator/qt-creator
QmlProjectManager: Remove debugging output
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
#include <QCoreApplication>
|
||||
#include <QLineEdit>
|
||||
#include <QSpinBox>
|
||||
#include <QDebug>
|
||||
|
||||
namespace QmlProjectManager {
|
||||
|
||||
@@ -95,6 +96,7 @@ QString QmlProjectRunConfiguration::viewerPath() const
|
||||
{
|
||||
if (!m_qmlViewerCustomPath.isEmpty())
|
||||
return m_qmlViewerCustomPath;
|
||||
qDebug() << m_qmlViewerDefaultPath;
|
||||
return m_qmlViewerDefaultPath;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user