aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/rgscan/rgscandialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/rgscan/rgscandialog.h')
-rw-r--r--src/plugins/General/rgscan/rgscandialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/General/rgscan/rgscandialog.h b/src/plugins/General/rgscan/rgscandialog.h
index 55279e59b..5db2f2008 100644
--- a/src/plugins/General/rgscan/rgscandialog.h
+++ b/src/plugins/General/rgscan/rgscandialog.h
@@ -47,8 +47,9 @@ private slots:
private:
void stop();
+ RGScaner *findScannerByUrl(const QString &url);
Ui::RGScanDialog m_ui;
- QList<RGScaner *> m_scaners;
+ QList<RGScaner *> m_scanners;
};
#endif // RGSCANDIALOG_H