summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2013-10-16 23:44:58 +0200
committerStanislaw Halik <sthalik@misaki.pl>2013-10-17 03:16:11 +0200
commita8a8cfac5f1be7e0cbfadcc2def8aaa0e8d9d9a0 (patch)
treebdbd4ca204fec2009a003d7f9e140706afe38446 /ftnoir_tracker_ht/ftnoir_tracker_ht.cpp
parent3e71e6218557bf14220a23d5afb772c170545cb4 (diff)
all except 3rdparty-maintained stuff pass -Wall -Wextra -pedantic
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'ftnoir_tracker_ht/ftnoir_tracker_ht.cpp')
-rw-r--r--ftnoir_tracker_ht/ftnoir_tracker_ht.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp
index b4fd03f6..14cd3942 100644
--- a/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp
+++ b/ftnoir_tracker_ht/ftnoir_tracker_ht.cpp
@@ -305,11 +305,11 @@ TrackerControls::~TrackerControls()
{
}
-void TrackerControls::showEvent(QShowEvent *event)
+void TrackerControls::showEvent(QShowEvent *)
{
}
-void TrackerControls::Initialize(QWidget* parent)
+void TrackerControls::Initialize(QWidget*)
{
loadSettings();
show();