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:
@@ -45,10 +45,10 @@
|
||||
#include <projectexplorer/task.h>
|
||||
#include <projectexplorer/taskhub.h>
|
||||
|
||||
#include <QtPlugin>
|
||||
#include <QMessageBox>
|
||||
#include <QMainWindow>
|
||||
#include <QApplication>
|
||||
#include <QtCore/QtPlugin>
|
||||
#include <QtGui/QMessageBox>
|
||||
#include <QtGui/QMainWindow>
|
||||
#include <QtGui/QApplication>
|
||||
|
||||
using namespace Analyzer;
|
||||
using namespace Analyzer::Internal;
|
||||
|
||||
Reference in New Issue
Block a user