forked from qt-creator/qt-creator
Fix small typos in argument names.
Change-Id: If90f441df6147253903e2c1765d8a6c10eb3b187 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
committed by
Eike Ziller
parent
8e2d5e5d72
commit
a788bf97f8
@@ -57,7 +57,7 @@ class TodoOutputPane : public Core::IOutputPane
|
|||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
public:
|
public:
|
||||||
TodoOutputPane(TodoItemsModel *m_todoItemsModel, QObject *parent = 0);
|
TodoOutputPane(TodoItemsModel *todoItemsModel, QObject *parent = 0);
|
||||||
~TodoOutputPane();
|
~TodoOutputPane();
|
||||||
|
|
||||||
QWidget *outputWidget(QWidget *parent);
|
QWidget *outputWidget(QWidget *parent);
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ public:
|
|||||||
bool initialize(const QStringList &arguments, QString *errorString);
|
bool initialize(const QStringList &arguments, QString *errorString);
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void settingsChanged(const Settings &m_settings);
|
void settingsChanged(const Settings &settings);
|
||||||
void scanningScopeChanged(ScanningScope scanningScope);
|
void scanningScopeChanged(ScanningScope scanningScope);
|
||||||
void todoItemClicked(const TodoItem &item);
|
void todoItemClicked(const TodoItem &item);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user