forked from qt-creator/qt-creator
Move OutputFormatter to Utils lib.
This commit is contained in:
@@ -164,7 +164,7 @@ void QmlProfilerEngine::QmlProfilerEnginePrivate::launchperfmonitor()
|
||||
m_launcher.start(ProjectExplorer::ApplicationLauncher::Gui, m_params.debuggee, arguments);
|
||||
}
|
||||
|
||||
void QmlProfilerEngine::logApplicationMessage(const QString &msg, ProjectExplorer::OutputFormat /*format*/)
|
||||
void QmlProfilerEngine::logApplicationMessage(const QString &msg, Utils::OutputFormat /*format*/)
|
||||
{
|
||||
qDebug() << "app: " << msg;
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#define QMLPROFILERENGINE_H
|
||||
|
||||
#include <analyzerbase/ianalyzerengine.h>
|
||||
#include <projectexplorer/outputformat.h>
|
||||
#include <utils/outputformat.h>
|
||||
|
||||
namespace QmlProfiler {
|
||||
namespace Internal {
|
||||
@@ -63,7 +63,7 @@ private slots:
|
||||
void setFetchingData(bool);
|
||||
void dataReceived();
|
||||
void finishProcess();
|
||||
void logApplicationMessage(const QString &msg, ProjectExplorer::OutputFormat format);
|
||||
void logApplicationMessage(const QString &msg, Utils::OutputFormat format);
|
||||
|
||||
private:
|
||||
class QmlProfilerEnginePrivate;
|
||||
|
||||
Reference in New Issue
Block a user