diff --git a/openbr/gui/templateviewer.h b/openbr/gui/templateviewer.h index 40a8bf1..265c160 100644 --- a/openbr/gui/templateviewer.h +++ b/openbr/gui/templateviewer.h @@ -52,10 +52,10 @@ protected slots: void paintEvent(QPaintEvent *event); signals: - void newInput(File input); - void newInput(QImage input); - void newMousePoint(QPointF mousePoint); - void selectedInput(File input); + void newInput(File); + void newInput(QImage); + void newMousePoint(QPointF); + void selectedInput(File); }; }