Changeset 5285
- Timestamp:
- 10/18/04 18:50:34 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/AMC/activemirrorcontrol/activemirrorcontrol/activemirrorcontrol.cpp
r4508 r5285 47 47 extern AMCCmdState* g_pAMCCmdState; 48 48 extern AMCLog* g_pLog; 49 extern bool g_zInfinityFocus; 49 50 50 51 … … 640 641 641 642 } 643 644 /** The focus to infinity check bos was selected. */ 645 void ActiveMirrorControl::infinityFocusSlot( bool p_zOn ) 646 { 647 if ( p_zOn ) 648 qDebug( "Turning infinity focusing ON" ); 649 else 650 qDebug( "Turning infinity focusing OFF" ); 651 g_zInfinityFocus = p_zOn; 652 }
Note:
See TracChangeset
for help on using the changeset viewer.