summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_protocol_ft
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-01-15 19:01:18 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-01-15 19:01:18 +0100
commit698b9f80810861693183e7a0fd2899560c741bd5 (patch)
tree5f3a72df7d6aa98a89246a09e22c6127cae57887 /ftnoir_protocol_ft
parent7890c4e4f5b8aeefc919fd4dcb8aa8ac35313374 (diff)
remove harmless warning
Diffstat (limited to 'ftnoir_protocol_ft')
-rw-r--r--ftnoir_protocol_ft/ftnoir_protocol_ft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftnoir_protocol_ft/ftnoir_protocol_ft.h b/ftnoir_protocol_ft/ftnoir_protocol_ft.h
index 8f27b071..0af9ff07 100644
--- a/ftnoir_protocol_ft/ftnoir_protocol_ft.h
+++ b/ftnoir_protocol_ft/ftnoir_protocol_ft.h
@@ -99,7 +99,7 @@ class FTControls: public QWidget, public IProtocolDialog
Q_OBJECT
public:
explicit FTControls();
- void registerProtocol(IProtocol *protocol) {}
+ void registerProtocol(IProtocol *) {}
void unRegisterProtocol() {}
private:
Ui::UICFTControls ui;