Skip to content
Snippets Groups Projects
Commit a788bf97 authored by Dmitry Savchenko's avatar Dmitry Savchenko Committed by Eike Ziller
Browse files

Fix small typos in argument names.


Change-Id: If90f441df6147253903e2c1765d8a6c10eb3b187
Reviewed-by: default avatarEike Ziller <eike.ziller@nokia.com>
parent 8e2d5e5d
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,7 @@ class TodoOutputPane : public Core::IOutputPane
Q_OBJECT
public:
TodoOutputPane(TodoItemsModel *m_todoItemsModel, QObject *parent = 0);
TodoOutputPane(TodoItemsModel *todoItemsModel, QObject *parent = 0);
~TodoOutputPane();
QWidget *outputWidget(QWidget *parent);
......
......@@ -59,7 +59,7 @@ public:
bool initialize(const QStringList &arguments, QString *errorString);
private slots:
void settingsChanged(const Settings &m_settings);
void settingsChanged(const Settings &settings);
void scanningScopeChanged(ScanningScope scanningScope);
void todoItemClicked(const TodoItem &item);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment