Bläddra i källkod

Remove unused argument name to suppress warning

Neal Wilson 6 år sedan
förälder
incheckning
0d90e58742
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      src/user.w

+ 1
- 1
src/user.w Visa fil

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

Laddar…
Avbryt
Spara