Changeset 11698


Ignore:
Timestamp:
07/29/11 14:30:23 (13 years ago)
Author:
tbretz
Message:
Fixed a bug in the name of the slots for the light pulse intensity.
Location:
trunk/FACT++/gui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/gui/MainWindow.cc

    r11691 r11698  
    520520}
    521521
    522 void MainWindow::on_fFadIntIntensity_valueChanged(int val)
     522void MainWindow::on_fFadLpIntIntensity_valueChanged(int val)
    523523{
    524524    Dim::SendCommand("SET_INTENSITY_LPINT", uint16_t(val));
    525525}
    526526
    527 void MainWindow::on_fFadExtIntensity_valueChanged(int val)
     527void MainWindow::on_fFadLpExtIntensity_valueChanged(int val)
    528528{
    529529    Dim::SendCommand("SET_INTENSITY_LPEXT", uint16_t(val));
  • trunk/FACT++/gui/MainWindow.h

    r11691 r11698  
    141141    void on_fClockCondFreq_activated(int);
    142142
    143     void on_fFadIntIntensity_valueChanged(int);
    144     void on_fFadExtIntensity_valueChanged(int);
     143    void on_fFadLpIntIntensity_valueChanged(int);
     144    void on_fFadLpExtIntensity_valueChanged(int);
    145145    void on_fFadLpIntGroup1_stateChanged(int);
    146146    void on_fFadLpExtGroup1_stateChanged(int);
Note: See TracChangeset for help on using the changeset viewer.