forked from qt-creator/qt-creator
more style
Change-Id: Iecd6819a5376beced5413f134d3026fb889a13b1 Reviewed-on: http://codereview.qt-project.org/5115 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -62,11 +62,10 @@ public:
|
||||
void setDisplayName(const QString &);
|
||||
virtual void apply() = 0;
|
||||
virtual void discard() = 0;
|
||||
virtual bool isDirty() const = 0;
|
||||
|
||||
ProjectExplorer::ToolChain *toolChain() const;
|
||||
|
||||
virtual bool isDirty() const = 0;
|
||||
|
||||
virtual void makeReadOnly();
|
||||
|
||||
signals:
|
||||
@@ -88,12 +87,12 @@ protected:
|
||||
void addErrorLabel(QGridLayout *lt, int row = 0, int column = 0, int colSpan = 1);
|
||||
|
||||
QString debuggerCommand() const;
|
||||
void setDebuggerCommand(const QString &d);
|
||||
void setDebuggerCommand(const QString &debugger);
|
||||
|
||||
private:
|
||||
void ensureDebuggerPathChooser(const QStringList &versionArguments);
|
||||
|
||||
Internal::ToolChainConfigWidgetPrivate *m_d;
|
||||
Internal::ToolChainConfigWidgetPrivate *d;
|
||||
};
|
||||
|
||||
} // namespace ProjectExplorer
|
||||
|
||||
Reference in New Issue
Block a user