diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-16 20:57:19 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-10-16 20:57:19 +0200 |
commit | ee1bc50aea27ab75bd50b62f393f6f51cdc3aa53 (patch) | |
tree | 67562ccb267ab5596f781a57c49bfd11a570d31a /facetracknoir/shortcuts.h | |
parent | 3240f3d4f1f7e084dcb4bb2c4dbda563ce62aa6e (diff) |
remove dead code
Signed-off-by: Stanislaw Halik <sthalik@misaki.pl>
Diffstat (limited to 'facetracknoir/shortcuts.h')
-rw-r--r-- | facetracknoir/shortcuts.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/shortcuts.h b/facetracknoir/shortcuts.h index 9fd83af3..a98211a8 100644 --- a/facetracknoir/shortcuts.h +++ b/facetracknoir/shortcuts.h @@ -17,7 +17,7 @@ public: explicit KeyboardShortcutDialog( FaceTrackNoIR *ftnoir, QWidget *parent ); virtual ~KeyboardShortcutDialog(); - void showEvent ( QShowEvent * event ); + void showEvent (QShowEvent *); private: Ui::UICKeyboardShortcutDialog ui; |