there was a reason it was int

This commit is contained in:
Mathias Panzenböck
2014-02-21 23:15:07 +01:00
parent c5f9ec7e4c
commit 76175efe27
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ class AxisEdit : public QDialog {
protected slots:
//slots for GUI events
void gradientChanged( bool on );
void modeChanged( Axis::Mode mode );
void modeChanged( int index );
void transferCurveChanged( int index );
void throttleChanged( int index );
void accept();