Explorar el Código

Remove unused argument name to suppress warning

Neal Wilson hace 6 años
padre
commit
0d90e58742
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/user.w

+ 1
- 1
src/user.w Ver fichero

@@ -194,7 +194,7 @@ void UserLabel::updateLabel(const QString &user)
194 194
 @ In order to handle clicks, |mouseReleaseEvent()| is implemented.
195 195
 
196 196
 @<UserLabel implementation@>=
197
-void UserLabel::mouseReleaseEvent(QMouseEvent *event)
197
+void UserLabel::mouseReleaseEvent(QMouseEvent *)
198 198
 {
199 199
 	LoginDialog *dialog = new LoginDialog;
200 200
 	dialog->exec();

Loading…
Cancelar
Guardar