~m-robinson/maus/evtvwr

« back to all changes in this revision

Viewing changes to src/EventViewer/world.4.hh

  • Committer: Matt Robinson
  • Date: 2011-08-31 10:32:47 UTC
  • Revision ID: robinson@hep8.shef.ac.uk-20110831103247-arjakw7i2e70qyws
Made a whole bunch of things wrong in order to pass the cpplint tests
Will now try to make code work despite this wrongness.

Show diffs side-by-side

added added

removed removed

Lines of Context:
314
314
 
315
315
  signals:
316
316
  // user right-clicked on a track
317
 
  void tracksel(int);
 
317
  void tracksel(int t);
318
318
  // navigation mode changed
319
 
  void modechange(Action);
 
319
  void modechange(Action a);
320
320
};
321
321
 
322
322
#endif // ifndef EDAM_WORLD