Commit 49f455fa5ea05d921c68e2f512954dbefe8173e9

Authored by Scott Klum
1 parent 0e61c859

Missed a file for connections bug

Showing 1 changed file with 4 additions and 4 deletions
openbr/gui/templateviewer.h
... ... @@ -52,10 +52,10 @@ protected slots:
52 52 void paintEvent(QPaintEvent *event);
53 53  
54 54 signals:
55   - void newInput(File input);
56   - void newInput(QImage input);
57   - void newMousePoint(QPointF mousePoint);
58   - void selectedInput(File input);
  55 + void newInput(File);
  56 + void newInput(QImage);
  57 + void newMousePoint(QPointF);
  58 + void selectedInput(File);
59 59 };
60 60  
61 61 }
... ...