forked from qt-creator/qt-creator
Utils/Coreplugin: Clean headers.
Change-Id: I1e0d432127651622d40ff990e1866eac9fac46a0 Reviewed-on: http://codereview.qt.nokia.com/3091 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
@@ -33,8 +33,6 @@
|
||||
#ifndef TOOLSETTINGS_H
|
||||
#define TOOLSETTINGS_H
|
||||
|
||||
#include "dialogs/externaltoolconfig.h"
|
||||
|
||||
#include "ioptionspage.h"
|
||||
|
||||
#include <QtCore/QPointer>
|
||||
@@ -42,12 +40,14 @@
|
||||
namespace Core {
|
||||
namespace Internal {
|
||||
|
||||
class ExternalToolConfig;
|
||||
|
||||
class ToolSettings : public IOptionsPage
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ToolSettings(QObject *parent = 0);
|
||||
~ToolSettings() {}
|
||||
~ToolSettings();
|
||||
|
||||
QString id() const;
|
||||
QString displayName() const;
|
||||
|
||||
Reference in New Issue
Block a user