forked from qt-creator/qt-creator
Valgrind: Fix coding style issues.
Header specification, remove internal classes from exported headers, fully qualify signals,slots.
This commit is contained in:
@@ -49,10 +49,10 @@
|
||||
#include <projectexplorer/taskhub.h>
|
||||
#include <coreplugin/ioutputpane.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QHBoxLayout>
|
||||
#include <QLabel>
|
||||
#include <QMessageBox>
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtGui/QHBoxLayout>
|
||||
#include <QtGui/QLabel>
|
||||
#include <QtGui/QMessageBox>
|
||||
|
||||
using namespace Analyzer;
|
||||
using namespace Analyzer::Internal;
|
||||
|
||||
Reference in New Issue
Block a user